readme

来自「speech echo cancellation library」· 代码 · 共 17 行

TXT
17
字号
This is an attempt to write a low-latency audio codec. Don't bother with this unless you're interested in codec development. Certainly don't expect this to be ready any time soon. Oh, and don't complain if it sets your houseon fire.To compile:% ./configure% makeTo test the encoder:% testcelt input.sw output.swwhere input.sw is a 16-bit (machine endian) *mono* audio file sampled at 44.1 kHz or 48 kHz. The output file is already decompressed since we do notcurrently produce compressed files. By default the bit-rate will be around 38 kbps, but replacing "mode1" by "mode2" in testcelt will encode at 58 kbps, whichis (sort of) suitable for music.

⌨️ 快捷键说明

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