6 releases (1 stable)

1.0.0 Aug 8, 2024
0.2.4 Jan 12, 2024

#590 in Command line utilities

50 downloads per month

MIT license

10KB

Silk Cli

crates.io

Tencent SILK codec

Supported platforms

On macOS and Windows, arm64 and x64 are supported. On Linux, 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

When mode is encode, input is mono pcm_s16le and output is silk.

Dependencies

~2.4–5MB
~93K SLoC