silence-core 0.1.11

Core audio I/O abstractions for the silence crate.
Documentation
1
2
3
4
5
6
7
//! This feature allows opus encoding and decoding for efficient byte transfer, while not sacirifising audio quality.

pub mod decode;
pub mod encode;

/// Re-export the opus crate.
pub use opus;