alberlevi98

Results 1 issues of alberlevi98

synthesizeToFile is only extracts file in English although I am setting language before that action. await flutterTts!.setVoice({"name": "Karen", "locale": "tr-TR"}); await flutterTts!.setLanguage('tr-TR'); int result = await flutterTts!.synthesizeToFile(text, Platform.isAndroid ? filePath...