TextToMp3File Extension - An extension to create text-to-speech and save it in mp3 format

As you may know, I once created a TextToWav extension. I checked your extension, and it creates also just a wav file like mine, just with the ending .mp3. You can check this in any audio editor. Or you can just rename it to .wav and you will see it will work.
Hint: When you want to create a mp3 file you need a library which is very big
(e.g. lame library) because Android doesn’t support encoding to mp3 yet.

2 Likes