Hi guys, in image you can see the binary data received from the API call (TTS OpenAI). How to process them? This is an mp.3 file, obviously. How do I use it? It looks like I need to decode this using BASE64, then convert it to an 'uploaded file'. If so, maybe someone knows how to do that? Or maybe there are simpler ways to achieve the desired result (using an audio file). I realy don't have clue how to deal with that binary data.