kithara-audio 0.0.1-alpha2

Audio pipeline: worker thread, effects chain, resampling.
Documentation
1
2
3
4
5
6
7
//! Generic audio pipeline that runs in a separate blocking thread.

pub(crate) mod config;
pub(crate) mod fetch;
pub(crate) mod gapless;
pub(crate) mod source;
pub(crate) mod track_fsm;