|
From: Justus <ju...@gm...> - 2007-12-26 16:45:40
|
I am sorry, I did not check how it works.
It compiles and runs normally, but AMR files are not recognized.
Like this
f$ sox 1.amr 1.wav
sox soxio: Failed reading `1.amr': unknown file type `amr-nb'
It is very strange since dependencies seem to be ok
$ ldd /usr/local/bin/sox
libsox.so.0 => /usr/local/lib/libsox.so.0 (0x00002afd74502000)
libsfx.so.0 => /usr/local/lib/libsfx.so.0 (0x00002afd7474c000)
libsamplerate.so.0 => /usr/lib/libsamplerate.so.0
(0x00002afd74972000)
libavformat.so.52 => /usr/local/lib/libavformat.so.52
(0x00002afd74b8e000)
libavutil.so.49 => /usr/local/lib/libavutil.so.49
(0x00002afd74e20000)
libavcodec.so.51 => /usr/local/lib/libavcodec.so.51
(0x00002afd7502c000)
libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00002afd7571e000)
libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00002afd75978000)
libamrwb.so.3 => /usr/local/lib/libamrwb.so.3 (0x00002afd75bbe000)
libamrnb.so.3 => /usr/local/lib/libamrnb.so.3 (0x00002afd75ded000)
libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x00002afd7602b000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3
(0x00002afd762c3000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00002afd764ca000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00002afd768a3000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x00002afd76acf000)
libm.so.6 => /lib/libm.so.6 (0x00002afd76cd4000)
libc.so.6 => /lib/libc.so.6 (0x00002afd76f56000)
libdl.so.2 => /lib/libdl.so.2 (0x00002afd772b1000)
/lib64/ld-linux-x86-64.so.2 (0x00002afd742e4000)
On Dec 23, 2007 8:57 AM, robs <aq...@ya...> wrote:
> --- Justus <ju...@gm...> wrote:
>
> > amr-wb.c:38:17: error: amr.h: No such file or
> > directory
>
> Apologies; the file was omitted from the tar-ball.
>
> You can find it here:
> http://sox.cvs.sourceforge.net/*checkout*/sox/sox/src/amr.h?revision=1.3
>
> It should be placed in the src directory.
>
> /Rob
>
|