feat!: default system output is now pulseaudio
(#2842)
BREAKING CHANGE: The default system output (`stream.outputs.system[].kind`) changed from `alsa` to `pulseaudio`. Make sure to update your configuration file if you rely on the default system output. Closes #2542
This commit is contained in:
parent
0d2d1a2673
commit
083ee3f1dd
8 changed files with 16 additions and 12 deletions
|
@ -207,7 +207,7 @@ class Schema implements ConfigurationInterface
|
|||
// System outputs
|
||||
/**/->arrayNode('system')->arrayPrototype()->children()
|
||||
/* */->booleanNode('enabled')->defaultFalse()->end()
|
||||
/* */->scalarNode('kind')->defaultValue('alsa')
|
||||
/* */->scalarNode('kind')->defaultValue('pulseaudio')
|
||||
/* */->validate()->ifNotInArray(["alsa", "ao", "oss", "portaudio", "pulseaudio"])
|
||||
/* */->thenInvalid('invalid stream.outputs.system.kind %s')
|
||||
/* */->end()->end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue