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

Output as microphone input in C# #445

Closed realMD911 closed 3 years ago

realMD911 commented 3 years ago

Hi Guys, I have a small question: Is it possible to use the output of the program as input in another program? Like a virtual cable or a virual microphone.. My idea is to write a program where you can adjust your voice in real time, for example in discord. The program is to be written in C#. Thank for your help!!!!