| The Following 4 Users Say Thank You to szopin For This Useful Post: | ||
|
|
06-05-2012
, 08:56 AM
|
|
|
Posts: 1,066 |
Thanked: 321 times |
Joined on Oct 2010
@ india, indore
|
#2
|
|
|
06-06-2012
, 02:57 AM
|
|
Posts: 955 |
Thanked: 930 times |
Joined on Feb 2011
|
#3
|
| The Following User Says Thank You to szopin For This Useful Post: | ||
|
|
06-06-2012
, 03:01 AM
|
|
|
Posts: 3,747 |
Thanked: 1,070 times |
Joined on Oct 2007
@ East Lansing, MI
|
#4
|
|
|
06-06-2012
, 03:40 AM
|
|
Posts: 955 |
Thanked: 930 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: | ||
|
|
06-07-2012
, 05:55 AM
|
|
Posts: 623 |
Thanked: 2,137 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
|
|
06-07-2012
, 06:39 AM
|
|
Posts: 1,762 |
Thanked: 1,872 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?
|
|
06-07-2012
, 08:29 AM
|
|
Posts: 112 |
Thanked: 77 times |
Joined on Aug 2011
@ Jakarta, Indonesia
|
#8
|
|
|
06-10-2012
, 02:43 PM
|
|
Posts: 955 |
Thanked: 930 times |
Joined on Feb 2011
|
#9
|
|
|
07-26-2012
, 03:48 PM
|
|
Posts: 623 |
Thanked: 2,137 times |
Joined on Mar 2009
|
#10
|
| The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
Last edited by szopin; 06-04-2012 at 06:35 PM.