Implement build-aware TTS mode and voice selection policies (#331)

This commit is contained in:
Aryan 2026-05-20 23:24:54 +05:30 committed by GitHub
parent 9510293ac3
commit 5971eaa571
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 281 additions and 61 deletions

View file

@ -127,6 +127,7 @@ android {
initWith(getByName("release"))
matchingFallbacks += listOf("release")
buildConfigField("boolean", "IS_OFFLINE", "true")
buildConfigField("String", "TTS_WORKER_URL", "\"\"")
}
}