Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Switch to final DeepSpeech v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lissy authored and andrenatal committed Dec 10, 2019
1 parent a51ef6b commit 46d7439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mozillaspeechlibrary/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply from: 'maven-push.gradle'

def versionMajor = 1
def versionMinor = 0
def versionPatch = 8
def versionPatch = 9

android {
compileSdkVersion 25
Expand Down Expand Up @@ -46,7 +46,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.loopj.android:android-async-http:1.4.9'
implementation 'org.mozilla.deepspeech:libdeepspeech:0.6.0-alpha.14@aar'
implementation 'org.mozilla.deepspeech:libdeepspeech:0.6.0@aar'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
Expand Up @@ -224,7 +224,7 @@ class LocalSpeechRecognition implements Runnable {
mLanguages.put("fr-FR", "fr-fr");
}

private static String kBaseModelURL = "https://github.com/lissyx/DeepSpeech/releases/download/v0.6.0-alpha.14/";
private static String kBaseModelURL = "https://github.com/lissyx/DeepSpeech/releases/download/v0.6.0/";

protected LocalSpeechRecognition(int aSampleRate, int aChannels, Vad aVad,
MozillaSpeechService aService) {
Expand Down

0 comments on commit 46d7439

Please sign in to comment.