filoe / cscore

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
Other
2.14k stars 450 forks source link

microphone audio as input to another microphone? #472

Closed itsAbhi650 closed 1 year ago

itsAbhi650 commented 1 year ago

Is there any way to use a microphone device to feed it's captured data as Input to another microphone device?

What I am thinking is to somehow preprocess a microphone data before actually someone listen it.

filoe commented 1 year ago

I am afraid not - you would need a custom audio driver.