c# - How to Play a sound file on line-in (Microphone)? -


that title may seem ridiculous have problem. have service capture line-in and, save file on system sound file (that service didn't develop me, , must use that).

so want write program select sound file (*.wav, *.mp3 or etc), , sound file, play on line-in (microphone) record user speech.

q: how in c#? advise?
thanks

you need use virtual audio device driver (like example), allow play audio output device , appear input device application. alternatively, use physical cable connect output input (taking care not cause feedback loop).


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -