Changed backend to pulseaudio
This commit is contained in:
parent
74f62b34cf
commit
d3798b201a
|
@ -63,6 +63,7 @@ zeroconf_port = 5454
|
||||||
# The audio backend used to play music. To get
|
# The audio backend used to play music. To get
|
||||||
# a list of possible backends, run `spotifyd --help`.
|
# a list of possible backends, run `spotifyd --help`.
|
||||||
#backend = "alsa" # use portaudio for macOS [homebrew]
|
#backend = "alsa" # use portaudio for macOS [homebrew]
|
||||||
|
backend = "pulseaudio"
|
||||||
|
|
||||||
# The alsa audio device to stream audio. To get a
|
# The alsa audio device to stream audio. To get a
|
||||||
# list of valid devices, run `aplay -L`,
|
# list of valid devices, run `aplay -L`,
|
||||||
|
|
Loading…
Reference in New Issue