Outputting audio stream into microphone
Posted
by
Brap
on Stack Overflow
See other posts from Stack Overflow
or by Brap
Published on 2010-12-03T23:07:16Z
Indexed on
2010/12/29
23:54 UTC
Read the original article
Hit count: 138
Hey everyone. Is there a way of outputting audio from my program and redirecting that stream to the system's microphone input 'layer'? I understand this might require some low-level calls being 'Pinvoked', but are there any articles that might help me. For example, if I was to run the output audio stream of my application into Window's Sound Recorder
program, it would think that the audio is coming from a microphone and thus record that. I don't want to record a stream, just output it to the device's micrphone input. Thanks for any ideas.
© Stack Overflow or respective owner