Skip to content

Commit

Permalink
fix synth file
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 15, 2024
1 parent d831833 commit cf94190
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ public void synthesizeToFile(

OrcaNative.synthesizeToFile(
handle,
outputPath,
text,
outputPath,
params.getSpeechRate());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static native short[] synthesize(

static native void synthesizeToFile(
long object,
String outputPath,
String text,
String outputPath,
float speechRate) throws OrcaException;
}
4 changes: 2 additions & 2 deletions binding/android/OrcaTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1320'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1321'
}
}
dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1320'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1321'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions demo/android/OrcaDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1320'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1321'
}
}
dependencies {
Expand All @@ -20,7 +20,7 @@ allprojects {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1320'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1321'
}
}
}
Expand Down

0 comments on commit cf94190

Please sign in to comment.