Displaying 1 result from an estimated 1 matches for "cbr_mode".
Did you mean:
cb_mode
2004 Aug 06
1
Speex configuration
...ns 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 constant bitrate and set it using quality parameter
- SPEEX_SET_QUALITY
- vbr_bitrate
- use variable bitrate and set it using bitrate parameter
- SPEEX_SET_BITRATE + SPEEX_SET_VBR
- v...