How to stream the audio output on one android device to multiple others?
I am trying to create an app that shares audio between phones to create a simoultaneous “synced audio” experience. This would require connecting multiple devices, taking the audio output from one device (Audio Capture), and streaming the bytes to the other devices in real-time.
How to stream the audio output on one android device to multiple others?
I am trying to create an app that shares audio between phones to create a simoultaneous “synced audio” experience. This would require connecting multiple devices, taking the audio output from one device (Audio Capture), and streaming the bytes to the other devices in real-time.