tts 0.13.1

High-level Text-To-Speech (TTS) interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tasks.build-android-example]
script = [
    "cd examples/android",
    "./gradlew assembleDebug",
]

[tasks.run-android-example]
script = [
    "cd examples/android",
    "./gradlew runDebug",
]

[tasks.log-android]
command = "adb"
args = ["logcat", "RustStdoutStderr:D", "*:S"]