Ask Your Question

odod's profile - activity

2013-06-11 05:56:52 -0600 asked a question Way to convert .wav file waveform into video .mjpeg file

Hello, I'm searching for a way to convert an array of values (44100 samples coded on 16bits each every second) into a series of plot (graph) images (24 per seconds), and then to make a video out of it so that I could have a converter from .wav to .mjpeg showing the waveform moving as if you were watching the file being read by any DAW with a fixed playhead. I've heard about OpenCV while searching for a way to do this. Do you guys think OpenCV could help me achieving this?