diff --git a/README.md b/README.md index c1b08e8..f4aa29f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ PUID||User ID which will be used to run squeezelite in user mode, defaults to `1 PGID||Group ID which will be used to run squeezelite in user mode, defaults to `1000` AUDIO_GID||This group id is mandatory with alsa output when running in user mode. It must be set to the group id associated to the `audio` group. See more [here](https://github.com/GioF71/squeezelite-docker/blob/main/doc/example-alsa-user-mode.md). PRESET||You can now choose to set variables using predefined presets. Presets can currently tune the values of `SQUEEZELITE_AUDIO_DEVICE`, `SQUEEZELITE_RATES`, `SQUEEZELITE_UPSAMPLING`, `SQUEEZELITE_CODECS` and `SQUEEZELITE_EXCLUDE_CODECS` for you. See the [Available presets](#available-presets) table for reference. Presets can be combined (the separator must be a comma `,`), but keep in mind that the first preset setting a variable has the priority: once set by a preset, a variable cannot be overwritten by subsequent presets. -SQUEEZELITE_AUDIO_DEVICE|-o|The audio device. Common examples: `hw:CARD=x20,DEV=0` or `hw:CARD=DAC,DEV=0` for usb dac based on XMOS. If left empty, the default alsa device is used. +SQUEEZELITE_AUDIO_DEVICE|-o|The audio device. Common examples for alsa mode: `hw:CARD=x20,DEV=0` or `hw:CARD=DAC,DEV=0` for usb dac based on XMOS. If left empty, the default device is used. SQUEEZELITE_MIXER_DEVICE|-O|Specify mixer device, defaults to `output device` (`SQUEEZELITE_AUDIO_DEVICE`) SQUEEZELITE_PARAMS|-a|Please refer to the squeezelite's man page for `-a`. SQUEEZELITE_CODECS|-c|Please refer to the squeezelite's man page for `-c`. diff --git a/app/bin/run-squeezelite-pulse.sh b/app/bin/run-squeezelite-pulse.sh index 722c009..249f35f 100644 --- a/app/bin/run-squeezelite-pulse.sh +++ b/app/bin/run-squeezelite-pulse.sh @@ -88,6 +88,7 @@ cmdline-player-name cmdline-model-name cmdline-timeout cmdline-mac-address +cmdline-audio-device cmdline-params cmdline-codecs diff --git a/doc/release.md b/doc/release.md index 2fc08ff..8108eaa 100644 --- a/doc/release.md +++ b/doc/release.md @@ -10,6 +10,7 @@ Older build might be dropped in order to save space on docker-hub and incur in l Date|Type|Description :---|:---|:--- +2023-12-17|Improvement|Support output device `-o` also with PulseAudio (see [#243](https://github.com/GioF71/squeezelite-docker/issues/243)) 2023-09-23|Improvement|Add presets (Topping D10s/D10 Balanced), updated Yulong D200 (see [#239](https://github.com/GioF71/squeezelite-docker/issues/239)) 2023-09-01|Maintenance|Upsampling settings in quotes, see [#236](https://github.com/GioF71/squeezelite-docker/issues/236) 2023-09-01|Maintenance|Rename GitHub workflow, see [#234](https://github.com/GioF71/squeezelite-docker/issues/234)