Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
WIP: Add DeepSpeech
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lissy authored and keianhzo committed Nov 15, 2019
1 parent b772e6d commit 60f0291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ public void startVoiceSearch() {
}
mMozillaSpeechService.storeSamples(storeData);
mMozillaSpeechService.storeTranscriptions(storeData);
mMozillaSpeechService.setModelPath(getContext().getExternalFilesDir("models").getAbsolutePath());
mMozillaSpeechService.useDeepSpeech(true);
mMozillaSpeechService.start(getContext().getApplicationContext());
mIsSpeechRecognitionRunning = true;
}
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def versions = [:]
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
versions.gecko_view = "72.0.20191104094118"
versions.android_components = "19.0.1"
versions.mozilla_speech = "1.0.6"
versions.mozilla_speech = "1.0.7"
versions.openwnn = "1.3.7"
versions.google_vr = "1.190.0"
versions.room = "2.2.0"
Expand Down

0 comments on commit 60f0291

Please sign in to comment.