Click here to Skip to main content
15,906,467 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
Sir,
Send the coding for converting wav file to binary in .net with C# Language
Posted
Comments
dan!sh 29-Aug-11 2:26am    
Code demand is not generally accepted here at CP. People often expect asker to show some effort. Can you tell us what you have tried and where is it failing?

1 solution

What you want to achieve? Please explain.

For now, I think this will help you..
C#
byte[] bytes = System.IO.File.ReadAllBytes("c:\text.wav");
 
Share this answer
 
Comments
Member 14659803 22-Nov-19 11:47am    
how to match recording voice with wave file in c#

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