silence-core

Crates.iosilence-core
lib.rssilence-core
version
sourcesrc
created_at2024-11-13 21:55:27.783869
updated_at2024-12-01 18:30:48.103152
descriptionCore audio I/O abstractions for the silence crate.
homepage
repository
max_upload_size
id1447128
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Varga Marcell (marci1175)

documentation

README

Silence-core

Silence. Break the silence.

icon

Silence-core provides core functions, helpers and type definitions for a voip service to work. If you just want a quick and easy way to set up a voip service, you should use silence instead as it provides a more complete (end-user friendly) approach. This crate provides 2 main functionalities:

  • Type definitions: This crate provides Type definitions and traits in order to make the handling of packets easier.

  • APIs for performing audio I/O: The crate provides multiple ways to handle audio I/O on multiple platforms efficiently.

  • APIs for receiving image input: The crate provides ways to utilize the user's webcam to send images.

  • APIs for encoding in certain codecs: The crate provides ways to encode the raw auudio samples with Opus. It also provides ways to encode raw images with the AV1 codec.

A complete version of the documentation is available at here.

Commit count: 0

cargo fmt