notation_audio 0.6.0

Fun notation - audio features
Documentation
1
2
3
4
5
pub struct AudioConsts();

impl AudioConsts {
    pub const FRAME_STEP: f64 = 1.0 / 44_000.0;
}