wav2json
A library that decodes wav audio files into json waveform data
More information about this crate can be found in the crate documentation.
Usage
To use wav2json, first add this to your Cargo.toml:
[]
= "0.2.0"
Next, add this to your crate:
use Wav;
Examples
Generate a json waveform data file:
use ;
use Wav;
Copy the resulting json data into the index.html file, and then open the web page to see the effect as shown in the following image

License
wav2json is provided under the MIT license. See LICENSE.