Skip to content

evoyy/py-wav2json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

py-wav2json

Generate a waveform.js compatible JSON data representation of a wav file

Author: Michael Dzjaparidze

License: MIT

Inspired by wav2json, but just a little different.

note: py-wav2json depends on NumPy and SciPy

Examples

python wav2json.py -i track.wav

will create a JSON file containing a single linearly interpolated approximation of the wav file at 800 equally spaced data points. Note that N-channel wav files are first independently interpolated before computing the average of the N channels.

About

Generate a waveform.js compatible JSON data representation of a wav file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%