From 0bbec904baf1febd8fb25e21798b2f26020d8036 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:34:46 +0100 Subject: [PATCH] fix:microphone default (#155) * fix:microphone default go back to using alsa by default as that change was a semi-breaking change now that OPM supports plugin fallbacks it isnt an issue if its missing as it will just continue to sounddevice we can revisit once we have proper mac/windows support * syntax --- ovos_config/mycroft.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index f453787..4769275 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -488,9 +488,9 @@ // Microphone plugin to be read audio "microphone": { - "module": "ovos-microphone-plugin-sounddevice", - "ovos-microphone-plugin-sounddevice": {"fallback_module": "ovos-microphone-plugin-alsa"}, - "ovos-microphone-plugin-alsa": {"fallback_module": "ovos-microphone-plugin-pyaudio"} + "module": "ovos-microphone-plugin-alsa", + "ovos-microphone-plugin-alsa": {"fallback_module": "ovos-microphone-plugin-sounddevice"}, + "ovos-microphone-plugin-sounddevice": {"fallback_module": "ovos-microphone-plugin-pyaudio"} }, // if true, will remove silence from both ends of audio before sending it to STT