Displaying 1 result from an estimated 1 matches for "abr_bitrate".
Did you mean:
vbr_bitrate
2004 Aug 06
1
Speex configuration
Hi,
I'm trying to cover all Speex configuration options to set
quality/mode/bitrate
in my application and I was wondering if the following all makes sense:
- abr_bitrate
- use average bitrate and set it using bitrate parameter
- SPEEX_SET_ABR
- cbr_bitrate
- use constant bitrate and set it using bitrate parameter
- SPEEX_SET_BITRATE
- cbr_mode
- use constant bitrate and set it using mode parameter
- SPEEX_SET_MODE
- cbr_quality
- use con...