Crate neteq

Source
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 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
codec
Audio codec support for NetEq.
delay_manager
error
neteq
packet
signal
statistics
time_stretch