Decode WAV stream from Polar heartratemonitor
I have a Polar hartratemonitor (RS200) that can upload exercisedata to a internetsite from Polar. For uploading Polar uses a program that they call Polar Uplink and it works with a wav soundsignal from my heartratemonitor. In the heartratemonitor I select a exercise and held the heartratemonitor near the microfone from my computer to send the data to the internet. Now I want to send the data to my local computer. I think Polar uses a WAV file format because I can also download some data to my heartratemonitor and they are in a wav file format. How can I do that in Visual C#?
I want to put the data from the wav stream in a database or in a textfile.

