#packet #set #encoding #create #abstraction #silence

silence-core

Core audio I/O abstractions for the silence crate

7 releases

new 0.1.6 Nov 19, 2024
0.1.5 Nov 17, 2024

#637 in Audio

Download history 340/week @ 2024-11-12

340 downloads per month

Apache-2.0

21KB
323 lines

Silence-core

icon

A crate to make voip services easier to create.

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.


lib.rs:

A crate to make voip services easier to create. 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.

A complete version of the documentation is available at here.

Dependencies

~5–35MB
~530K SLoC