I would like to output .mp3 file from a text file on Ubuntu 11.04, using ffmpeg. Please, how do I do this? The best I could output is a .wav file. I intend to be able to use it in a Python file.
My output method for .wav is espeak -s 155 -a 200 -f details.txt -w details.wav
Well, I've found a way around it. I wrapped it in a Python script, as shown below:
Please I'm open to suggestions and corrections. What I was able to achieve here is to output to .mp3 format without having to go through the ffmpeg I earlier wanted.