Implement build-aware TTS mode and voice selection policies (#331)
This commit is contained in:
parent
9510293ac3
commit
5971eaa571
6 changed files with 281 additions and 61 deletions
|
|
@ -127,6 +127,7 @@ android {
|
|||
initWith(getByName("release"))
|
||||
matchingFallbacks += listOf("release")
|
||||
buildConfigField("boolean", "IS_OFFLINE", "true")
|
||||
buildConfigField("String", "TTS_WORKER_URL", "\"\"")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue