AudioSync
๐ง Stream audio from your Android phone to your Windows PC in real-time. Supports Wi-Fi, USB, and Bluetooth.
Install / Use
/learn @Kurei1/AudioSyncREADME
AudioSync
<p align="center"> <strong>ุจุณู ุงููู ุงูุฑุญู ุงู ุงูุฑุญูู </strong><br> <strong>ุงูููู ุนูู ูุง ู ุง ูููุนูุงุ ูุงููุนูุง ุจู ุง ุนูู ุชูุงุ ูุฒุฏูุง ุนูู ุง</strong> </p><p align="center"> <img src="assets/phone-icon.png" alt="Phone App" width="100"/> โก๏ธ <img src="assets/pc-icon.png" alt="PC Receiver" width="100"/> </p> <p align="center"> <strong>Stream audio from your Android phone to your Windows PC in real-time.</strong> </p>
AudioSync is an open-source project that lets you use your phone as a wireless audio source for your PC. Perfect for:
- ๐ง Listening to phone audio through PC speakers/headphones
- ๐ฎ Gaming with phone audio output
- ๐บ Watching content with low-latency audio sync
Features
-
Multiple Connection Methods:
- ๐ถ LAN (Wi-Fi) - Stream over your local network
- ๐ USB Tether - Ultra-low latency via USB debugging
- ๐ต Bluetooth A2DP - Wireless with no app needed on phone (experimental)
-
PC Receiver:
- Modern Electron-based UI
- System tray support (minimize to tray)
- Customizable audio buffer for latency tuning
- Global keyboard shortcuts for volume control
- Auto-updates with delta downloads
-
Android Sender:
- Stream system audio (Android 10+)
- Simple, intuitive interface
- Background streaming support
Requirements
| Platform | Minimum Version | |----------|-----------------| | Android | Android 10 (API 29) or higher | | Windows | Windows 10 or higher |
Download
PC Receiver (Windows)
Download the latest installer from Releases.
Android App
Download the APK from Releases or build from source.
Project Structure
AudioSync/
โโโ PC/ # Windows desktop receiver
โ โโโ react/ # Electron + React UI
โ โโโ pc_receiver/ # Python audio backend
โ
โโโ PHONE/ # Android sender app
โ โโโ app/ # Android source code
โ โโโ ... # Gradle build files
โ
โโโ README.md # This file
Building from Source
PC Receiver
cd PC/react
npm install
npm run electron:build # Creates installer
Android App
cd PHONE
./gradlew assembleDebug # Creates APK
Configuration
Important: This project uses Firebase for feedback and bug reporting. You must provide your own Firebase configuration.
- Create a Firebase project at console.firebase.google.com
- Enable Firestore Database and Authentication (Anonymous auth)
- Copy
PC/react/firebase-config.example.jstoPC/react/firebase-config.js - Fill in your project details:
const firebaseConfig = { apiKey: "YOUR_API_KEY", // ... other values }; const appId = "your-app-id";
Quick Start
- Install the PC receiver and Android app
- Connect both devices to the same Wi-Fi network
- Start the PC receiver and note the IP address
- Enter the IP in the Android app and tap "Start"
- Audio from your phone now plays on your PC!
Connection Methods
๐ถ Wi-Fi (LAN)
Stream audio over your local network. Both devices must be on the same Wi-Fi.
- Latency: ~20-60ms
- Requirements: Both devices on same network
๐ USB Tether
Ultra-low latency via USB debugging (ADB).
- Latency: ~0-20ms
- Requirements: USB cable, USB debugging enabled on phone
๐ต Bluetooth A2DP (Experimental)
Makes your PC act as a Bluetooth speaker. Your phone sends audio directly via Bluetooth.
- Latency: ~0-20ms
- Requirements: Bluetooth on both devices,
winsdkandpyaudioPython packages - No Android app needed - just pair and play!
From the Developer
Hello there, I just wanted to leave this message so you know exactly what this is. This is a project that I have worked on in 4 days. It's fully using an AI agent. Also, I want to note that I have no idea how to code (I don't even know Python), so there might be some mistakes in the project that I wouldn't notice. For the people who want to build projects out there but don't know the language, take me as an exampleโall I know is a little bit of English (I even asked the AI agent to correct my message: "Do not change it, just correct my grammar and spelling mistakes"). You don't need to know much to do something; just start and seek for alternatives and workarounds. Thank you for listening. โ Kurei
Support the Developer
AudioSync is free and open source. If you find it useful, consider supporting:
- โ PayPal: animecore2020@gmail.com
- ๐ฐ Binance Pay: ID 763038084
- ๐ฐ ByBit: ID 416909609
- ๐ฑ Instagram: @kurei.111
- ๐ง Email: audio.sync.2025@gmail.com
License
MIT License - Feel free to use, modify, and distribute.
Made with โค๏ธ by Kurei
Related Skills
openhue
354.3kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
354.3kElevenLabs text-to-speech with mac-style say UX.
weather
354.3kGet current weather and forecasts via wttr.in or Open-Meteo
casdoor
13.3kAn open-source AI-first Identity and Access Management (IAM) /AI MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD
