Hi, if you don’t want to use external plugins, check out USoundWaveProcedural, you can queue your own PCM audio data and play it back, and PCM would probably be the best format for that. But if you want better compression and faster audio transfer from the OpenAI TTS API, you might want to go with e.g. MP3 or OGG Vorbis and decode the audio manually.