recording sound ?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
i wanna write a recording program in c# so where can i begin ? what shoud i study ? thanks...
You could start by studying the articles here on CP, that's what they're for: A full-duplex audio player in C# using the waveIn/waveOut APIs :cool: mav
-
i wanna write a recording program in c# so where can i begin ? what shoud i study ? thanks...
Aside from what mav said, there is also audio support built into DirextX. Check out the list of things you can do with DirectX audio here[^]. - Nick Parker
My Blog | My Articles