⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 process.unx

📁 语音压缩编码和解码的标准,其中包含部分源代码
💻 UNX
字号:
###################################################################################################
# $1 : input G.723.1 bitstream file
# $2 : synthesized output speech file
# $3 : channel bitrate configuration file (this ASCII file contains the 8 allowed channel bitrates)
# $4 : channel bitrate (either fixed channel bitrate (e.g. 12000) or binary file with 16 bit
#			channel bitrate values for each 30 ms frame)
# $5 : number of frames (either specify "/f=[number of frames]" or a number. In the latter case
#                        this number specifies the entry to the error pattern and the whole file
#			 is processed)
###################################################################################################
#
#-------------------
#| channel encoder |
#-------------------
#
enc/chan_enc     $1     chanbit.tx  $3 $4 $5
#
#----------------
#| transmission |
#----------------
#
map/chan_map  chanbit.tx chanbit.rx  $3 $5
#
#------------------------------------
#| channel decoder + speech decoder |
#------------------------------------
#
dec/chan_dec chanbit.rx     $2    $3 $5
#
rm chanbit.tx
rm chanbit.rx

⌨️ 快捷键说明

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