I can convert text to speech in python using puttsx. and I can do record audio using microphone(headphone) to mp3 file.
What I want to do is to convert text to mp3 file.
Is there a way to store audio playing using pyttsx to memory or unicode string.
Can anyone help me storing audio to memory, or how I can convert that string to mp3 file.