From 37a2e152beb010ed595169f03c8e7f9abb0b348a Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:42:22 +0100 Subject: [PATCH 1/3] feat:enable fake barge in by default (#164) discussion in chat and https://github.com/OpenVoiceOS/ovos-installer/issues/169 --- ovos_config/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index ff26702..51721cb 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -450,7 +450,7 @@ "sample_rate": 16000, // mute global audio output volume while microphone is recording - "fake_barge_in": false, + "fake_barge_in": true, // TODO - these names are confusing, update dinkum listener to give them more descriptive names // min speech seconds for audio to be considered speech From b94616627a962042f36ef40d82065bed91df2e10 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 8 Oct 2024 19:42:44 +0000 Subject: [PATCH 2/3] Increment Version to 0.4.0a1 --- ovos_config/version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ovos_config/version.py b/ovos_config/version.py index 2f0b279..1b5d267 100644 --- a/ovos_config/version.py +++ b/ovos_config/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 -VERSION_MINOR = 3 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_MINOR = 4 +VERSION_BUILD = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From ee614004add74b9310fcd821e216baa383b94ad0 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 8 Oct 2024 19:43:12 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75b414..9981b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.3.1a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.3.1a1) (2024-10-06) +## [0.4.0a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.0a1) (2024-10-08) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.3.0...0.3.1a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.3.1...0.4.0a1) **Merged pull requests:** -- fix:catalan\_offline\_tts [\#162](https://github.com/OpenVoiceOS/ovos-config/pull/162) ([JarbasAl](https://github.com/JarbasAl)) +- feat:enable fake barge in by default [\#164](https://github.com/OpenVoiceOS/ovos-config/pull/164) ([JarbasAl](https://github.com/JarbasAl))