mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #437] Spotify_player plays over internal speaker and not HDMI #1176
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrfatboy on GitHub (Apr 28, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/437
I have spotify_player running on a MacMini 2012 under Ubuntu 22.04. Spotify-Player and my computer name show up in the device list. When either is selected, the music is played through the mac mini's internal speaker and not out through the hdmi port like the other apps that I am running.
Is there a way to configure which audio out that the local spotify-player uses?
@aome510 commented on GitHub (Apr 28, 2024):
Can you share the log and provide features you use to build the app? With the default audio backend (
rodio), I'm pretty sure that music will be played from the current device the system uses. In other words, it should be the same as other apps, e.g. browser, video/music player, etc.No, audio is handled by a third-party library. The app itself is not responsible for low-level audio handling.
@mrfatboy commented on GitHub (Apr 28, 2024):
Let me do some more investigating and I will get back to you tomorrow.
@mrfatboy commented on GitHub (Apr 29, 2024):
I found the problem. It was my issue. Please mark this as closed.