azure_tts_config 1.0.2
azure_tts_config: ^1.0.2 copied to clipboard
config page for azure tts
azure tts config #
flutter ui for azure tts config and test
support by flutter_azure_tts
this is a flutter package
full runnable demo is here:
Usage #
azure_tts_config: ^1.0.1
get: ^4.6.5
oktoast: ^3.4.0
load: ^1.0.0
flutter_azure_tts: ^0.1.6
runApp(MaterialApp(
builder: (context, widget) {
return LoadingProvider(
themeData: LoadingThemeData(),
child: OKToast(
child: GetMaterialApp(home: DemoPagePage()),
));
},
));
Use the page/widget TtsConfigPage to do azure config and test
static util method: #
TtsUtil:
static Future<Voice?> selectedVoice()
static Future<void> initTtsOutSide(String? apiKey, String? region)
static void changeVoice(Function(Voice voice) callback)
static void goVoiceSettingPage()
static Future<void> play(String? text)
ui #
