Skip to content

v0.1.0-beta

Choose a tag to compare

@marcomorosi06 marcomorosi06 released this 06 Sep 09:31
· 92 commits to master since this release

Release v0.1.0-beta

This is the first beta release of WiFi Audio Streaming for Android.
The application enables bidirectional audio streaming (transmission and reception) over local networks, turning an Android device into a wireless audio endpoint.


Key Features

  • Server Mode: Stream internal audio (Android 10+).
  • Client Mode: Receive audio streams.
  • Networking: Automatic server discovery (mDNS/UDP) with support for both Unicast and Multicast transmission.
  • Audio Configuration: Full control over sample rate, channels (mono/stereo), and buffer size.
  • UI: Native interface built with Jetpack Compose and Material 3.

Installation

  1. Download the .apk file from the Assets section.
  2. Enable installation from unknown sources if prompted by the system.
  3. Install the package and grant the required permissions on first launch (Audio, Notifications).

Known Limitations (Beta)

  • Audio latency depends on Wi-Fi network conditions.
  • Possible stream instability on congested networks or weak signals.
  • Internal audio capture compatibility may vary across custom Android ROMs.
  • Higher than average battery consumption during active streaming.

Feedback & Issues

Please report bugs and feature requests through the Issues section of the GitLab repository.