Re: vorbisenc creates silent ogg files on ARM EABI
Martin Guy <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/15/09, Erik de Castro Lopo <[email protected]> wrote: > Unfortunately the test suite is only available in the current SVN > version. > > svn co http://svn.xiph.org/trunk/vorbis > cd vorbis > ./autogen.sh --disable-docs > make > make check Thanks. Yes, I've been testing svn trunk too with the same results (and in the same hope!). I've also gone back to 1.1.2 - that's the same. WIth trunk, I'm getting testsuite failures: vorbis_44100.ogg : Error : max_abs (0.000000) too small. vorbis_48000.ogg : Error : max_abs (0.000000) too small. vorbis_32000.ogg : Error : max_abs (0.000000) too small. vorbis_22050.ogg : Error : max_abs (0.000000) too small. vorbis_16000.ogg : Error : max_abs (0.000000) too small. vorbis_96000.ogg : Error : max_abs (0.000000) too small. with output files -rw-r--r-- 1 martin martin 3831 Mar 16 09:58 vorbis_16000.ogg -rw-r--r-- 1 martin martin 3831 Mar 16 09:58 vorbis_22050.ogg -rw-r--r-- 1 martin martin 4224 Mar 16 09:58 vorbis_32000.ogg -rw-r--r-- 1 martin martin 4224 Mar 16 09:58 vorbis_44100.ogg -rw-r--r-- 1 martin martin 4224 Mar 16 09:58 vorbis_48000.ogg -rw-r--r-- 1 martin martin 4224 Mar 16 09:58 vorbis_96000.ogg which, decoded, all consist of silence. If anyone would like to look into this I can make a suitable machine available by ssh. If not I'll keep searching... M