ghuyfel / flutter_azure_tts

Flutter implementation of Microsoft Azure Cognitive Text-To-Speech API.
MIT License
33 stars 30 forks source link

how about support speak with stream? #13

Open badboy-tian opened 1 year ago

badboy-tian commented 1 year ago

Playing sound while synthesizing ?

badboy-tian commented 1 year ago

https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-lower-speech-synthesis-latency?pivots=programming-language-java Streaming @ghuyfel

ghuyfel commented 1 year ago

https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-lower-speech-synthesis-latency?pivots=programming-language-java Streaming @ghuyfel

Hi @badboy-tian I will have a look at this, and see if and when I can implement it, thanks.