ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
601 stars 154 forks source link

Converting the translated to mp3 #146

Open ibelgin opened 4 years ago

ibelgin commented 4 years ago

Can Somebody help me with this .I want to convert the translated one to MP3 file so I can make a functionality for the user to download the file ?

Even after tons of searching no possible solutions

Lekhrajk commented 3 years ago

Can Somebody help me with this .I want to convert the translated one to MP3 file so I can make a functionality for the user to download the file ?

Even after tons of searching no possible solutions

i am also struggling with this did you get any solution ?

jaredly commented 2 years ago

On Android at least there's the synthesizeToFile java method that could be used; support would need to be added though. iOS has the writeUtterance api for writing to a buffer, which could then be written to a file.