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.15k stars 451 forks source link

Rerouting application output to selected device #341

Closed lentrodev closed 6 years ago

lentrodev commented 6 years ago

Hi. I would like to reroute output of some applications to selected device. For example the output from game to headphones, output from browser to loudspeakers, etc. How I can realize that idea, and this possible with this library or not?

filoe commented 6 years ago

You may have a look at the jack project on github. https://github.com/residuum/JackSharp

Am 11.04.2018 um 17:43 schrieb Mikhail Kozlov notifications@github.com:

Hi. I would like to reroute output of some applications to selected device. For example the output from game to headphones, output from browser to loudspeakers, etc. How I can realize that idea, and this possible with this library or not?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.