silk-cli

Crates.iosilk-cli
lib.rssilk-cli
version0.2.4
sourcesrc
created_at2024-01-11 17:09:15.034582
updated_at2024-01-12 10:05:23.018624
descriptionTencent SILK codec
homepage
repositoryhttps://github.com/idanran/silk-cli
max_upload_size
id1096517
size25,281
(idanran)

documentation

README

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
Commit count: 0

cargo fmt