Displaying 2 results from an estimated 2 matches for "butwhat".
2004 Aug 06
0
SPEEX_GET_QUALITY not working?
...warning: Unknown nb_ctl request: 5
Actually, I never implemented SPEEX_GET_QUALITY. It's not that usefule
anyway, but I might do it in the future.
> 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...
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: