How can I create a voice chat radio using the Audio API?

I saw the new audio API, and saw others making a voice chat radio with it? The new API is kinda difficult to understand and I need help adding voice chat to my radio. Please help!
This is my current system:
it has a chat system with a mute button (activation)
video

Please help again. I need someone to guide me through the voice api and the voice chat stuff. I just need the voice chat to not only talk from the character, but with the player as well!

very sorry i gotta bump this but it’s been a WHOPPING THREE HOURS!!! please help

VoiceChatService.UseAudioApi might be a good starting point idk.

(I haven’t messed around with the voice chat routing stuff that much but figure it out from there i guess?)

i did that already. i think i wasted my time :pensive:

afaik it then creates an AudioDeviceInput in each player which has some automatic under the hood wiring.

idk how to snap this wiring (might be internally defined and cant be destroyed), because i haven’t touched it much