audio-visualizer 0.3.1

Smple audio visualization library which is especially useful for developers to visually check audio samples, e.g. by waveform or spectrum. (So far) this library is not capable of doing nice visualizations for end users.
Documentation
1
2
3
4
5
6
pub mod sine;

/// Directory with test samples (e.g. mp3) can be found here.
pub const TEST_SAMPLES_DIR: &str = "test/samples";
/// If tests create files, they should be stored here.
pub const TEST_OUT_DIR: &str = "test/out";