Where is the flutter tts synthesizeToFile output stored in ios?

后端 未结 0 1749
小鲜肉
小鲜肉 2021-01-03 22:01

I am running this code:

String ext = Platform.isAndroid? "mp3":"wav";
FlutterTts flutterTts = FlutterTts();
await flutterTts.synthesizeToF         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题