embedded-audio-core 0.2.1

no_std duty-modulated PWM audio: effect banks, tiered DSP, and mixing for Cortex-M
Documentation
1
2
3
4
5
pub mod adpcm;
pub mod pcm;

pub use adpcm::{AdpcmDecoder, AdpcmStream};
pub use pcm::Pcm8Stream;