# Silk Cli [![crates.io](https://img.shields.io/crates/v/silk-cli.svg)](https://crates.io/crates/silk-cli) Tencent SILK codec ## Supported platforms On macOS, arm64 and x64 are supported. On Linux and Windows, only x64 is supported. ## Installation Using [Scoop](https://scoop.sh/): ```bash 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](https://github.com/idanran/silk-cli/releases) and download it! ## Usage ``` Usage: silk-cli [OPTIONS] --input --output --sample-rate Options: -i, --input Path of the input file -o, --output Path of the output file -s, --sample-rate Sample rate of the input file -m, --mode Operating mode [default: encode] [possible values: encode, decode] -h, --help Print help -V, --version Print version ```