audio-visualizer 0.2.4

Super basic and simple 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
//! Dynamic waveform analysis. With functions in this module, you can display your
//! audio data stream live as the data comes.
//! TODO: Code contributions are welcome.