Warning
This project is vibecoded and will contain bugs. It is mostly meant for personal use.
A lightweight Android app that streams audio over the network using the VBAN protocol. Capture system audio or microphone input and send it to any VBAN receiver like Voicemeeter with the lowest latency possible.
- Stream system audio or microphone input via VBAN
- Configurable audio settings (sample rate, channels, bit depth)
- Input device selection for microphone
- Material You theming
Captures audio using Android's AudioPlaybackCapture (system audio) or AudioRecord (microphone), packages it into VBAN frames, and sends them over UDP to the configured receiver.
It's recommended to build and install the APK yourself from source. If you just want to try it out, grab the latest APK from Releases.
- Android 12+
- A VBAN receiver on the network (e.g. Voicemeeter)

