search for: sppex_get_frame_size

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

Did you mean: speex_get_frame_size
2005 Jan 17
0
Programming questions
..." and > > "SPEEX_MODE_FRAME_SIZE" operations. This should not be identical > > since these operations are provided by two different functions > > but I don't see any explanation of a difference in the > > documentation. > SPPEX_GET_FRAME_SIZE will return the size of the uncompressed frame(whic > is 160). it is the number of PCM samples that each speex frame represents. > > Speex is a variable bit rate codec. Hence, the 160 samples are compressed > into a speex packet of a size that is determined by the selected mode of &...
2005 Jan 17
2
Programming questions
Hi All, I am quite new to voice encoding and to Speex library. I have some programming questions that I am not able to answer even after having read the documentation (from the start to the end an from the end to the start) and by reading the sample code (provided in the documentation) and the speexdec.c and speexenc.c programs. I am currently working on an interface between Java code and