Just a question coming from a Discord.py fork veteran, is Hikari's philosophy to always handle audio with an external piece of software? I'm looking at maybe porting my bot over but my blocker would be that I wrote a ton of custom audio code with asyncio, FFmpeg, and Numpy to do audio processing and sending to Discord, and I can't find anything in the docs that says how to send audio data. I'm also looking at starting to do stuff with receiving audio data (speech to text with Whisper AI, which is going to require Python anyways) so I was hoping that feature would be available here since Discord.py and it's forks don't seem too interested in it.
Is it possible to send/receive audio data in a voice channel in Hikari or is it on the roadmap? Thanks!