0

So, I created my first android app which takes input and convert it to audio on a button click. Its working fine. similar to this question here.

but, I'm curious to know that is there any way to download the audio file which was converted from text to external storage ?

Anurag Shukla
  • 80
  • 1
  • 9
  • 1
    You can use the synthesizetofile method. https://developer.android.com/reference/android/speech/tts/TextToSpeech#synthesizeToFile(java.lang.CharSequence,%20android.os.Bundle,%20java.io.File,%20java.lang.String) – Nerdy Bunz Jan 11 '21 at 05:05
  • thanks, This is what i was searching for. – Anurag Shukla Jan 11 '21 at 12:12

0 Answers0