Displaying 1 result from an estimated 1 matches for "cbr_quality".
Did you mean:
vbr_quality
2004 Aug 06
1
Speex configuration
...akes 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
- vbr_mode
- use variable bitrate and set it using mode parameter
- SPEEX_SET_MODE + SPEE...