Hello

For my application I need to read the sound data from a "wav" file. I found some older C programs doing so, but I was wondering whether or not Qt provides some support for it.
(My application is software for a software defined radio which is using the soundcard, but from time to time I need to tune the software using prerecorded sound streams. The current mode of operation is that on one computer I play the sound file, and through the soundcards - i.e. out on one computer, in on the other - I read back the sound. I am sure that that can be done simpler, reading a file rather than the sound card)

any help, i.e. example code or pointers to code or readable descriptions, is appreciated

best
jan