Expand description
§Rust NetEQ
A NetEQ-inspired adaptive jitter buffer implementation for audio decoding. This library provides functionality to handle network jitter, packet reordering, and adaptive buffering for real-time audio applications.
Re-exports§
pub use statistics::q14;pub use error::NetEqError;pub use error::Result;pub use neteq::NetEq;pub use neteq::NetEqConfig;pub use neteq::NetEqStats;pub use neteq::Operation;pub use packet::AudioPacket;pub use packet::RtpHeader;
Modules§
- buffer
- buffer_
level_ filter - codec
- Audio codec support for NetEq.
- delay_
manager - error
- expand
- histogram
- neteq
- packet
- signal
- statistics
- time_
stretch