Hi,
I'm not very good at programming.. I need help with my c# program. How to record sound from microphone, to do fourier transform and hear the sound after transform from speakers. What kind of library can i use?
Thank you in advance for help.
Loading
VulpesPosted Mar 25, 2011, 6:04 AM
Sam HobbsPosted Mar 24, 2011, 8:46 PM
So you have various choices. If MCI works for you then use it. Or you can try to get managed DirectX too work. Or you can find samples of using unmanaged DirectX and use that. Or there are other libraries; I think someone recently posted a link (in Nicole's thread) to something in Codeplex.
Suthish NairPosted Mar 24, 2011, 1:15 PM
Creating a Sound Recorder in C and C#
Check this article..