ghuyfel / flutter_azure_tts

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

save as mp3 #12

Closed felix0324324 closed 1 year ago

felix0324324 commented 2 years ago

can i save the response as mp3?

CognitiveJump commented 1 year ago

Hey Felix,

I found example code for how to save as mp3 here:

https://nagomi-informal.net/archives/241

The website is in Japanese - but code on the page is in English (except for comments). I just threw the website into an online translator and it gave me what I needed to know to save to mp3 and play back. Much thanks to Nagomi!

haroun-hajem commented 1 year ago

Mark this as solved