The Following 4 Users Say Thank You to szopin For This Useful Post: | ||
![]() |
2012-06-05
, 12:56
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#2
|
![]() |
2012-06-06
, 06:57
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#3
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2012-06-06
, 07:01
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#4
|
![]() |
2012-06-06
, 07:40
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#5
|
Finished configure: LIBVORBIS: using SYSTEM libraries LIBMAD: using SYSTEM libraries LIBSNDFILE: using SYSTEM libraries LIBFLAC: using SYSTEM libraries LIBID3TAG: using SYSTEM libraries LIBSAMPLERATE: disabled LIBRESAMPLE: using LOCAL libraries LIBSBSMS: using LOCAL libraries LIBSOUNDTOUCH: disabled LIBNYQUIST: using LOCAL libraries LIBVAMP: using LOCAL libraries LIBEXPAT: using SYSTEM libraries LIBTWOLAME: disabled FFMPEG: using LOCAL libraries PORTSMF: using LOCAL libraries PORTAUDIO: using LOCAL libraries ladspa: enabled audiounits: disabled
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2012-06-07
, 09:55
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#6
|
wget http://audacity.googlecode.com/files/audacity-fullsrc-2.0.0.tar.bz2 tar xvf audacity-fullsrc-2.0.0.tar.bz2 cd audacity-src-2.0.0/ ./configure \ --disable-dynamic-loading \ --with-expat=system \ --with-ffmpeg=system \ --with-lame=system \ --with-libflac=system \ --with-libid3tag=system \ --with-libmad=system \ --without-libresample \ --with-libsamplerate=system \ --with-libsndfile=system \ --with-libtwolame=system \ --with-libvorbis=system \ --with-portaudio=local \ --with-sbsms=local \ --with-soundtouch=local \ --with-libvamp=local \ --with-midi=local \ --with-portsmf=local make scp audacity user@192.168.1.111:
apt-get install libvorbisenc2 libmad0 libflac8 libflac++6 libsamplerate0 libtwolame0 libjack0
![]() |
2012-06-07
, 10:39
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#7
|
What sources you are using? What configure parameters? This is my trial:
Code:wget http://audacity.googlecode.com/files/audacity-fullsrc-2.0.0.tar.bz2 tar xvf audacity-fullsrc-2.0.0.tar.bz2 cd audacity-src-2.0.0/ ./configure \ --disable-dynamic-loading \ --with-expat=system \ --with-ffmpeg=system \ --with-lame=system \ --with-libflac=system \ --with-libid3tag=system \ --with-libmad=system \ --without-libresample \ --with-libsamplerate=system \ --with-libsndfile=system \ --with-libtwolame=system \ --with-libvorbis=system \ --with-portaudio=local \ --with-sbsms=local \ --with-soundtouch=local \ --with-libvamp=local \ --with-midi=local \ --with-portsmf=local make scp audacity user@192.168.1.111:
Finished configure:
LIBVORBIS: using SYSTEM libraries
LIBMAD: using SYSTEM libraries
LIBSNDFILE: using SYSTEM libraries
LIBFLAC: using SYSTEM libraries
LIBID3TAG: using SYSTEM libraries
LIBSAMPLERATE: using SYSTEM libraries
LIBRESAMPLE: disabled
LIBSBSMS: using LOCAL libraries
LIBSOUNDTOUCH: using LOCAL libraries
LIBNYQUIST: using LOCAL libraries
LIBVAMP: using LOCAL libraries
LIBEXPAT: using SYSTEM libraries
LIBTWOLAME: using SYSTEM libraries
FFMPEG: using SYSTEM libraries
PORTSMF: using LOCAL libraries
PORTAUDIO: using LOCAL libraries
ladspa: enabled
audiounits: disabled
On device I missed (at least):
Use case:Code:apt-get install libvorbisenc2 libmad0 libflac8 libflac++6 libsamplerate0 libtwolame0 libjack0
load wav
play (works, but shutters ALSA lib pcm.c:7234snd_pcm_recover) underrun occured )
stop
effect -> echo (time=1 and factor=0.5)
wait 55 seconds
play (works)
---
Audacity is big desktop application, but I think it works as expected. Do you want I push it to the extras-devel?
![]() |
2012-06-07
, 12:29
|
Posts: 115 |
Thanked: 98 times |
Joined on Aug 2011
|
#8
|
![]() |
2012-06-10
, 18:43
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#9
|
![]() |
2012-07-26
, 19:48
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#10
|
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
Last edited by szopin; 2012-06-04 at 22:35.