Rerouting applications' audio to another audio device

709 Views Asked by At

I have Virtual Audio Cables installed, but for some applications it's hard to have them permamnently rerouted through a different audio device, seen as they're missing a specific option to change this (Spotify or your web browser).

I'm wondering if it's possible to reroute another application's output audio-data to a different audio device (From my SPDIF to Realtek Digital Output, for example.), much like CheVolume can do.

Does anyone know if this is at all possible in C# (WinForms?)? And where would I start?

1

There are 1 best solutions below

0
On

Check this Library by Mark Heath, it is called naudio.

Here is the link : https://naudio.codeplex.com/

You can use this library in C# .net winform based applications.

Its Free.