Skip to content

Commit

Permalink
docs: add system outputs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Dec 29, 2023
1 parent e8e5583 commit 13e4653
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/config.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=pulseaudio or kind=alsa
device:
4 changes: 4 additions & 0 deletions docker/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=pulseaudio or kind=alsa
device:
4 changes: 4 additions & 0 deletions docker/example/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=pulseaudio or kind=alsa
device:
6 changes: 5 additions & 1 deletion docs/admin-manual/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,11 +526,15 @@ stream:
system:
- # Whether the output is enabled.
# > default is false
enabled: false
enabled: true
# System output kind.
# > must be one of (alsa, ao, oss, portaudio, pulseaudio)
# > default is pulseaudio
kind: "pulseaudio"
# System output device.
# > only available for kind=pulseaudio or kind=alsa
device: "alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink"
```

## LDAP
Expand Down
4 changes: 4 additions & 0 deletions installer/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=pulseaudio or kind=alsa
device:

0 comments on commit 13e4653

Please sign in to comment.