audio - Capture Sound in C# using .Net Own libraries nothing else -


i'm trying capture microphone sound using c#, , have searched google thing , getting non .net libraries , open source ones naudio , other directx , directx.directsound managed languages c# not i'm looking for. , have tried them both , used open source project reference in naudio
http://voicerecorder.codeplex.com/
, manged capture sound , output on speaker or headphone still having problems when saving wav file wondering there .net built in libraries can me objective ?
in advance :)

i wondering there .net built in libraries can me objective ?

short answer: no, @ least not @ present time.

the .net framework not provide direct support recording audio. reason libraries naudio exist. neeed use com interop , windows api acheive this, , no small task. coding4fun article on recording sounds @ microsoft's channel 19 website uses naudio. best bet follow example.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -