feat(playout): configure device for alsa and pulseaudio system outputs (#2654)
### Description Add hardware configuration to liquidsoap so that users may set hardware output in config.yml. --------- Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
9d6061e42e
commit
06af18b84e
10 changed files with 149 additions and 11 deletions
|
@ -326,3 +326,7 @@ stream:
|
|||
# > must be one of (alsa, ao, oss, portaudio, pulseaudio)
|
||||
# > default is pulseaudio
|
||||
kind: pulseaudio
|
||||
|
||||
# System output device.
|
||||
# > only available for kind=(alsa, pulseaudio)
|
||||
device:
|
||||
|
|
|
@ -326,3 +326,7 @@ stream:
|
|||
# > must be one of (alsa, ao, oss, portaudio, pulseaudio)
|
||||
# > default is pulseaudio
|
||||
kind: pulseaudio
|
||||
|
||||
# System output device.
|
||||
# > only available for kind=(alsa, pulseaudio)
|
||||
device:
|
||||
|
|
|
@ -326,3 +326,7 @@ stream:
|
|||
# > must be one of (alsa, ao, oss, portaudio, pulseaudio)
|
||||
# > default is pulseaudio
|
||||
kind: pulseaudio
|
||||
|
||||
# System output device.
|
||||
# > only available for kind=(alsa, pulseaudio)
|
||||
device:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue