Skip to content

hss01248/azure_tts_config_demo

Repository files navigation

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:

azure_tts_config_demo

Usage

  azure_tts_config: ^1.0.0
  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: TtsConfigPage()),
          ));
    },
  ));

Use the page/widget TtsConfigPage to do azure config and test

static util method:

TtsConfigLogic:


 static Future<Voice?> selectedVoice()
   
 static Future<void> initTtsOutSide(String? apiKey, String? region) 

ui

image-20240423160839009

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published