silk-cli

Crates.iosilk-cli
lib.rssilk-cli
version1.0.0
sourcesrc
created_at2024-01-11 17:09:15.034582
updated_at2024-08-08 09:30:28.470241
descriptionTencent SILK codec
homepage
repositoryhttps://github.com/idanran/silk-cli
max_upload_size
id1096517
size28,741
(idanran)

documentation

README

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.

Commit count: 0

cargo fmt