aurelay

Aurelay Android App — Minimal README

What this is

Install

Basic usage

  1. Start the app on the Android device. It will listen on a configured port (default: 5000).
  2. On your desktop, run the sender (example sender included in the repo under temp/audioRelay/send_audio.py):
# plain TCP
python3 send_audio.py 192.168.1.34 5000 --device <your_monitor_name>

# TLS (recommended for untrusted networks)
python3 send_audio.py 192.168.1.34 5000 --tls --certfile cert.pem --keyfile key.pem --cafile ca.pem --device <your_monitor_name>

TLS and security note

Build from source (Android)

cd temp/audioRelay
./gradlew assembleRelease

(You will need JDK, Android SDK and configured signing config to create a signed release.)

Troubleshooting

License & Contact