Displaying 1 result from an estimated 1 matches for "raw_dec".
Did you mean:
raw_dev
2004 Aug 06
3
Decoding raw problem on OS X with 1.03
...file when viewed on GoldWave on Windows
appears to be all noise. I've tried 16-bit, signed, unsigned, big
endian and little endian, mono and stereo PCM - none make a difference
- the decoded file always appears to be noise).
Here's the decode I did:
/usr/local/bin/speexdec raw_enc.spx raw_dec.raw
Decoding 44100 Hz audio using ultra-wideband (sub-band CELP) mode (mono)
Encoded with Speex 1.0.3
Has anyone run into this before?
And if I can tack on one more question:
On 1.03, the second parameter to speex_encode is a float *. But on
1.14, it's a short *. Why the change?
Thanks,...