From 55dc78ed46195376ee1da44c50c089045c5e3acc Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 17 Apr 2025 22:07:52 +0200 Subject: [PATCH] Set spotifyd pulseaudio device name --- modules/spotifyd/spotifyd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/spotifyd/spotifyd.conf b/modules/spotifyd/spotifyd.conf index 45caaff..e425526 100644 --- a/modules/spotifyd/spotifyd.conf +++ b/modules/spotifyd/spotifyd.conf @@ -68,6 +68,7 @@ backend = "pulseaudio" # The alsa audio device to stream audio. To get a # list of valid devices, run `aplay -L`, #device = "default" # omit for macOS +device = "SpotifyD-Proxy" # The PCM sample format to use. Possible values # are F32, S32, S24, S24_3, S16.