PDA

View Full Version : Getting sound data from a wave file



ko9
12th October 2007, 02:21
Hello,

I am trying to create a simple wav viewer, I am using qwtPlot to display the data.. But how do I get the audio data from a file? The only related class I found is QSound, but that only loads files, it doesn't provide any way to access the actual sound data for a channel.
Any ideas on how to accomplish this neatly?

regards,
ko9

wysota
12th October 2007, 11:23
Qt won't help you with that. You have to use some wav library or digest the wave file yourself extracting all the data from it.