Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0a1 #165

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



Expand Down
2 changes: 1 addition & 1 deletion ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ovos_config/version.py
Original file line number Diff line number Diff line change
@@ -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