songrec-lib 0.5.3

A clean headless Shazam client library with comprehensive device management and API
Documentation
1
2
3
4
5
pub mod recorder;
pub mod processor;

pub use recorder::AudioRecorder;
pub use processor::AudioProcessor;