silence-core 0.1.11

Core audio I/O abstractions for the silence crate.
Documentation
1
2
3
4
5
6
//! Provides AV1 encoding for images.
//! [AV1](https://en.wikipedia.org/wiki/AV1) (AOMedia Video 1) is a high efficiency video codec. It was originally made to transmit video calls.
pub mod encoding;

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