bitrate0.cfg

来自「语音压缩编码和解码的标准,其中包含部分源代码」· CFG 代码 · 共 45 行

CFG
45
字号
########################################################################################
# File with allowed channel bitrates. These values depend on the transmission system.  #
# Since the channel codec configuration is signalled with 1 bit,  2 different channel  #
# codec bitrates can be specified for each G.723.1 operating mode		       #
#										       #
# At the minimum channel bitrate no convolutional code for error correction is used.   #
# There is just error detection for the most sensitive bits using the 5 bit CRC check  #
# At the maximum channel bitrate all information bits are protected with rate 1/3.     #
#										       #
########################################################################################
#
# G.723.1 5.3 kbit/s : The minimum channel bitrate is  6000 bps
# ------------------   The maximum channel bitrate is 17534 bps
#
6000
17534
#
# G.723.1 6.3 kbit/s : The minimum channel bitrate is  7034 bps
# ------------------   The maximum channel bitrate is 20634 bps
#
7034
20634
#
# G.723.1 SID : The minimum channel bitrate is 1600 bps
# -----------   The maximum channel bitrate is 4334 bps
#
1600
4334
















⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?