Displaying 2 results from an estimated 2 matches for "forspeex".
2004 Aug 06
0
SPEEX_GET_QUALITY not working?
....
> 2) Let's say I wish to encode some data. Speex can tell me
> theuncompressed frame size (for narrowband, 160 * sizeof(short)),
> butwhat about the size of the compressed data? If I'm not using VBR,
> Iassume that size is going to be constant, yes? But is there a way
> forSpeex to tell me what that value is before I begin encoding?
Use speex_mode_query with SPEEX_SUBMODE_BITS_PER_FRAME
You need to pass the submode number with the pointer and the number of
bits per frame is returned using the same pointer. Note that with
speex_mode_query, the first argument is the mode (e...
2004 Aug 06
2
SPEEX_GET_QUALITY not working?
Hello everyone,
I'm finally beginning to use Speex for a project. As expected, the
implementation so far has been very easy and I am thrilled with the
capabilities and flexibility of Speex, especially the new features in
1.1. My efforts so far have resulted in a couple of questions:
1) I was interested in fetching the default quality setting for
narrowband: