5 releases

0.2.4 Jan 12, 2024
0.2.3 Jan 12, 2024
0.2.2 Jan 12, 2024
0.2.1 Jan 12, 2024
0.2.0 Jan 11, 2024

#646 in Command line utilities

41 downloads per month

MIT license

9KB

Silk Cli

crates.io

Tencent SILK codec

Supported platforms

On macOS, arm64 and x64 are supported. On Linux and Windows, only x64 is supported.

Installation

Using Scoop:

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

If you're not using one of the above package managers, go to Releases and download it!

Usage

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

Dependencies

~2.5–5MB
~91K SLoC