lavende-core 0.1.13

Core in-process Discord voice connection and playback engine
Documentation
pub mod buffer;
pub mod codec;
pub mod constants;
pub mod demux;
pub mod effects;
pub mod engine;
pub mod error;
pub mod filters;
pub mod flow;
pub mod frame;
pub mod mix;
pub mod playback;
pub mod processor;
pub mod resample;
pub mod source;
pub use buffer::{BufferPool, PooledBuffer, RingBuffer, get_byte_pool};
pub use flow::FlowController;
pub use frame::AudioFrame;
pub use mix::{AudioMixer, MixLayer, Mixer};
pub use source::{AudioSource, HttpSource, SegmentedSource, create_client};