You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ This is happening because this whole project started with the idea of supporting
61
61
So now a few variables have a misleading name: the most misleading being `ALSA_DEVICE_NAME` which, despite the name, refers to the output name, and not to the device name.
62
62
So currently, `OUTPUT_MODE` still defaults to `ALSA` for compatibility and will yield the creation of a ALSA *main* player, but the default for this variable will eventually become `NONE` (no *main* player). At the end of the process, the variable `OUTPUT_MODE` will completely disappear.
63
63
You can still use `OUTPUT_MODE` set to `PULSE`, which creates a PulseAudio *main* output.
64
-
In both cases, I suggest you change the configuration as suggested, and use the variables from the appropriate sections below for [Alsa](#alsa-additional-outputs) and [PulseAudio](#pulseaudio-additional-outputs)), otherwise, in time, your configurations will not be functional anymore.
64
+
In both cases, I suggest you change the configuration as suggested, and use the variables from the appropriate sections below for [Alsa](https://github.com/GioF71/mpd-alsa-docker#alsa-additional-outputs) and [PulseAudio](https://github.com/GioF71/mpd-alsa-docker#pulseaudio-additional-outputs), otherwise, in time, your configurations will not be functional anymore.
65
65
Feel free to contact me with an issue if you need support. I cannot guarantee a timing, but I will try to help if I can.
0 commit comments