Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic routing not working if audio application is already open (Spotify) #8

Open
M1S2 opened this issue May 22, 2018 · 2 comments

Comments

@M1S2
Copy link

M1S2 commented May 22, 2018

Hi,
I try to route Spotify to a specific audio device. I want to save the desired routing once and then only reload it on every startup of the audio-router (saved routings).
If the audio-router is open before Spotify is opened, my saved routings are applied correctly and the audio from Spotify is routed as expected.
But most of the time Spotify is running before the audio-router is opened. Then the saved routings aren't applied. When I close Spotify and reopen it again, the routings are applied.

@EntityReborn
Copy link

EntityReborn commented Jun 29, 2018

Actually, trying to route spotify after it's already running causes: https://i.imgur.com/GVl6JYv.png.
Seems to happen regardless of whether it was already open or not.

@M1S2
Copy link
Author

M1S2 commented Jun 30, 2018

I've found another solution to route Spotify to an output device:
You can start Spotify with the "--enable-audio-graph" option. With this, you have an additional setting in the Spotify settings where you can select your desired output device.
If you want to route the output of Spotify, you will have to start it with the following command: "C:\Users<UserName>\AppData\Roaming\Spotify\Spotify.exe --enable-audio-graph". If this option is missing, Spotify uses the default output device.

@a-sync a-sync changed the title Automatic routing not working if audio application is already open Automatic routing not working if audio application is already open (Spotify) Jun 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants