i have a module wherein i m able to connect to my http server.
now i m a bit confused regd the classes to be used for downloading the wav file from that server.
The actual download should not be concerned with the type of file it is. Just send down a HTTP GET with the correct path and filename (on the server) and you should receive the data.
How you play it is entirely up to you ... you could write it to disk and then play it using the CMdaAudioPlayerUtlity or stream it into the CMdaAudioOutputStream directly from memory (after parsing the initial header information, of course).