I\'m generating a text-to-speech mp3 file using gTTS module. Then I store it on a buffer using BytesIO().
mp3
Here, mp3 = BytesIO(). When I try
mp3 = BytesIO()