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

feat/fallback_stt #77

Merged
merged 9 commits into from Mar 3, 2022
Merged

Conversation

NeonJarbas
Copy link

add the concept of fallback STT

this allows us to have a lower accuracy on device STT for when the remote STT fails, particularly useful during pairing stage

@codecov
Copy link

codecov bot commented Mar 1, 2022

Codecov Report

Merging #77 (29c17e0) into dev (51814d2) will increase coverage by 1.46%.
The diff coverage is 51.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #77      +/-   ##
==========================================
+ Coverage   49.08%   50.54%   +1.46%     
==========================================
  Files         115      117       +2     
  Lines        9720     9915     +195     
==========================================
+ Hits         4771     5012     +241     
+ Misses       4949     4903      -46     
Impacted Files Coverage Δ
mycroft/gui/service.py 0.00% <0.00%> (ø)
mycroft/skills/__main__.py 0.00% <0.00%> (ø)
mycroft/skills/intent_services/converse_service.py 58.97% <0.00%> (ø)
mycroft/gui/homescreen.py 38.54% <38.54%> (ø)
mycroft/gui/extensions.py 56.83% <56.83%> (ø)
mycroft/client/speech/listener.py 25.17% <59.37%> (+25.17%) ⬆️
mycroft/skills/skill_manager.py 57.44% <63.63%> (+1.05%) ⬆️
mycroft/gui/namespace.py 73.71% <68.18%> (+0.59%) ⬆️
mycroft/skills/mycroft_skill/mycroft_skill.py 72.02% <100.00%> (+0.03%) ⬆️
mycroft/stt/__init__.py 77.14% <100.00%> (+77.14%) ⬆️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f18a94a...29c17e0. Read the comment docs.

@NeonJarbas NeonJarbas mentioned this pull request Mar 1, 2022
@JarbasAl JarbasAl added the enhancement New feature or request label Mar 1, 2022
build tests will still fail for py3.10, once they pass reenable py3.10 unittests
@JarbasAl JarbasAl merged commit 1544e44 into OpenVoiceOS:dev Mar 3, 2022
8 of 10 checks passed
@NeonJarbas NeonJarbas deleted the feat/fallback_stt branch June 8, 2022 21:06
@JarbasAl JarbasAl mentioned this pull request Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants