Hi everyone.
I would like to make a code to create a sound file saying what I wrote in an EditText when I press a button.
I already achieved to play the voice reading the sound when I press the button using the TTS library.
But now I need to save that sound file to work with it and I don´t know how to do it. Someone can help me, please?
Thanks a lot!
I would like to make a code to create a sound file saying what I wrote in an EditText when I press a button.
I already achieved to play the voice reading the sound when I press the button using the TTS library.
B4X:
B4X:
Sub Button1_Click
TTS1.Speak(EditText1.Text, True)
End Sub
But now I need to save that sound file to work with it and I don´t know how to do it. Someone can help me, please?
Thanks a lot!