Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I could not convert the G.711 .wav Audio format that firstly converts the voice mail created from a phone into the .wav file audio format.

Step 1: i am creating a voice mail from a phone .
Step 2: I've coded in C# to get the voice mail in a Windows Store Apps project.
Step 3: Later I've created a mediaelement to play audio .wav file format using XAML.
Step 4: The original voice mail file that is sent to an httpwebrequest url gets corrupted.
Step 5: In the code using Begingetresponse we are downloading the .wav file from the URL of the phone used.
Step 6:This particular .wav file is not able to be played as it is in binary format(From Voice mail).Hence I am not able to play it using windows media player.


Please let me know how to convert the voice mail (From a phone) audio .wav file into the windows media player compatible .wav file to play the voice mail that is saved by me during a phone call.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900