Converting the translated to mp3
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
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 ?
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.