Hello,
has anybody tried oggdec in F7 yet?
In my case it poduces wav files, which contains only zero, which I
confirmed with hexdump:
# ls -lh test.ogg
-rw-rw-r-- 1 boris data 1,9M 5. Jul 2006 test.ogg
# oggdec test.ogg
oggdec from vorbis-tools 1.1.1.svn20070412
Decoding "test.ogg" to "test.wav"
[100.0%]
# hexdump test.wav
0000000 4952 4646 6094 01c4 4157 4556 6d66 2074
0000010 0010 0000 0001 0002 ac44 0000 b110 0002
0000020 0004 0010 6164 6174 6070 01c4 0000 0000
0000030 0000 0000 0000 0000 0000 0000 0000 0000
*
1c46090 0000 0000 0000 0000 0000 0000
1c4609c
What's happening here?
thanks and greets
Boris