Displaying 3 results from an estimated 3 matches for "section00094000000000000000".
Did you mean:
section00073000000000000000
2006 Mar 14
1
Encoding mode
Hello,
In the internet draft describing the SDP parameters for speex
I find this:
mode: Speex encoding mode. Can be {1,2,3,4,5,6,any}
defaults to 3 in narrowband, 6 in wide and ultra-wide.
In the documentation I can only find the following request:
SPEEX_SET_MODE
There is no description though what this request does.
I think the mode somehow maps to the bitrate, but I
2004 Aug 06
4
Speex 1.0 RC3 is out
Hi,
Just to let you know that Speex 1.0 RC3 is out. It should be the last RC
until 1.0 is released (tentative release date is March 16th). Please
give RC3 a try and report bugs so they can be fixed before 1.0. As
usual, download from http://www.speex.org/download.html
Jean-Marc
--
Jean-Marc Valin, M.Sc.A.
LABORIUS (http://www.gel.usherb.ca/laborius)
Université de Sherbrooke, Québec,
2006 Apr 19
1
HW-Speex: Fileformat and encoding process
Hi
I have just written a small c programm which reads in speex files and outputs
them as asci text numbers. This is necessary as for writing a hw testbench
for decoding tests, since thy only read ascii files :-(.I can't read the
bitrate properly from the header file. It's allways -1. Please see example
below and attached c programm. I wan't to check for a fixed bitrate (8000).