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
Post a Comment