search for: speex_str

Displaying 2 results from an estimated 2 matches for "speex_str".

Did you mean: speex_err
2002 Aug 13
2
Feedback on Ogg Speex file format
...http://speex.sourceforge.net/manual/ but here's the part about Ogg: <p><p>Speex bit-streams can be stored in Ogg files. In this case, the first packet of the Ogg file contains the Speex header described in table 4. All integer fields in the headers are stored as little-endian. The speex_string field must contain the ``Speex `` (with 3 training spaces), which identifies the bit-stream. The next field, speex_version contains the version of Speex that encoded the file. For now, refer to speex_header.[ch] for more info. The beginning of stream (b_o_s) flag is set to 1 for the header. Th...
2004 Nov 17
1
speex header problem
...and checked the output .spx file... the header turned out to be different from what i expected based on the manual... was expecting it to start with Speex{3 spaces] but it starts with OggS... etc. The section 'Ogg File Format' in the manual says that the speex header is supposed to contain speex_string[Speex ], speex_version etc. but the 1st few bytes confuse me. could anyone clarify? any help regarding this will be appreciated. thanks!