Hi. I am using Flutter and LiveKit to develop an app. I was wondering if there is a way to get access to the audio data from a session locally.
I am trying to create something similar to Twitch live clips. My plan is to keep audio data of the most recent 15 seconds with buffer and export when needed.
Is this possible to achieve? Or is Egress the only way to record audio?