gotev / android-speech

Android speech recognition and text to speech made easy
http://gotev.github.io/android-speech/
Apache License 2.0
473 stars 156 forks source link

Saving recording as mp3 #53

Closed kalasaceo closed 2 years ago

kalasaceo commented 2 years ago

How can we save the speech from text to mkp3 or other audio format.

gotev commented 2 years ago

Not supported by the library, but I saw the Android native TextToSpeech class has a method which seems to do what you need