Hello, Im trying to have an audio visualiser on my android app for the streaming channel (audio only live streaming), so the users won’t stream distorted channels ( too much volume) … In order to do it I need to pass the input of the mic in to the streaming intent from the streaming service, is there a way to pass the input of the stream or the stream itself to the intent?
Im using an external library of the visualiser , I can use two kinds of inputs sessionId ( of media recorder) or bytes array…
thanks