spd2mulaw
来自「这是LPC-10压缩算法的源代码,愿共享之.也希望能赐与MELP方面的算法源码.」· 代码 · 共 8 行
TXT
8 行
#! /bin/sh# Convert a file of 16 bit linear audio samples into a file with 8 bit# mu-law encoded samples, and a Sun audio file header, so that it can# be played with the command play.audioconvert -F -i rate=8000,channels=1,encoding=linear16,format=raw -f rate=8000,channels=1,encoding=ulaw,format=sun
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?