Displaying 1 result from an estimated 1 matches for "vbr_bitrat".
Did you mean:
vbr_bitrate
2004 Aug 06
1
Speex configuration
...ET_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 + SPEEX_SET_VBR
- vbr_quality
- use variable bitrate and set it using quality parameter
- SPEEX_S...