Displaying 3 results from an estimated 3 matches for "spxx".
Did you mean:
spx
2007 May 23
2
Speex into a wav file
...put compressed data into the WAV file instead of PCM
audio data, and set the compression-type format flag to some made-up value, but
it wouldn't work on any WAV player.
You could use the RIFF format (which I guess is sort of comparable to the OGG
format) and make up a format identifier like SPXX or something.
Reed
2007 May 23
3
Speex into a wav file
Erik de Castro Lopo wrote:
> David Siebert wrote:
>
>> Anyone know of some example code that shows storing speex audio into a
>> WAV? For a lot of reasons a WAV is a better choice than ogg for my
>> application.
>
> If you have decoded the speex data to PCM, the easiest way to get
> it to WAV is to use libsndfile:
>
>
2007 May 24
0
Speex into a wav file
...to the WAV file instead of
> PCM audio data, and set the compression-type format flag to some made-up
> value, but it wouldn't work on any WAV player.
>
> You could use the RIFF format (which I guess is sort of comparable to
> the OGG format) and make up a format identifier like SPXX or something.
>
> Reed
> _______________________________________________
> Speex-dev mailing list
> Speex-dev@xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
>
>
I am pretty sure the Speex ACM codec/DirectShow Filters do create a
Speex compressed Wav file.
I h...