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.