#codec #silk #tool #cli

app silk-cli

腾讯 SILK 编解码器

6 个版本 (1 个稳定版)

1.0.0 2024年8月8日
0.2.4 2024年1月12日

#126#tool

Download history 9/week @ 2024-07-01 2/week @ 2024-07-22 106/week @ 2024-08-05

每月108次 下载

MIT 许可证

10KB

Silk Cli

crates.io

腾讯 SILK 编解码器

支持的平台

在 macOS 和 Windows 上,支持 arm64 和 x64。在 Linux 上,只支持 x64。

安装

使用 Scoop

scoop install https://mirror.ghproxy.com/https://raw.githubusercontent.com/idanran/silk-cli/main/silk-cli.json

如果你不使用上述任何包管理器,请访问 发布 并下载它!

使用方法

Usage: silk-cli [OPTIONS] --input <INPUT> --output <OUTPUT> --sample-rate <SAMPLE_RATE>

Options:
  -i, --input <INPUT>              Path of the input file
  -o, --output <OUTPUT>            Path of the output file
  -s, --sample-rate <SAMPLE_RATE>  Sample rate of the input file
  -m, --mode <MODE>                Operating mode [default: encode] [possible values: encode, decode]
  -h, --help                       Print help
  -V, --version                    Print version

当模式为 encode 时,输入为单声道 pcm_s16le,输出为 silk。

依赖

~2.4–5MB
~90K SLoC