diff --git a/buildroot-external/rootfs-overlay/etc/pipewire/pipewire.conf.d/10-combined-output.conf b/buildroot-external/rootfs-overlay/etc/pipewire/pipewire.conf.d/10-combined-output.conf new file mode 100644 index 00000000..845adc04 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/pipewire/pipewire.conf.d/10-combined-output.conf @@ -0,0 +1,28 @@ +context.modules = [ +{ name = libpipewire-module-combine-stream + args = { + combine.mode = sink + node.name = "ovos_combined_sink" + node.description = "OpenVoiceOS combined sound output" + combine.latency-compensate = false + combine.props = { + audio.position = [ FL FR ] + } + stream.props = { + } + stream.rules = [ + { + matches = [ + { + media.class = "Audio/Sink" + } + ] + actions = { + create-stream = { + } + } + } + ] + } +} +]