SkillAgentSearch skills...

AudioSync

๐ŸŽง Stream audio from your Android phone to your Windows PC in real-time. Supports Wi-Fi, USB, and Bluetooth.

Install / Use

/learn @Kurei1/AudioSync
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AudioSync

<p align="center"> <strong>ุจุณู… ุงู„ู„ู‡ ุงู„ุฑุญู…ุงู† ุงู„ุฑุญูŠู…</strong><br> <strong>ุงู„ู„ู‡ู… ุนู„ู…ู†ุง ู…ุง ูŠู†ูุนู†ุงุŒ ูˆุงู†ูุนู†ุง ุจู…ุง ุนู„ู…ุชู†ุงุŒ ูˆุฒุฏู†ุง ุนู„ู…ุง</strong> </p>
<p align="center"> <img src="assets/phone-icon.png" alt="Phone App" width="100"/> &nbsp;&nbsp;&nbsp;โžก๏ธ&nbsp;&nbsp;&nbsp; <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.

  1. Create a Firebase project at console.firebase.google.com
  2. Enable Firestore Database and Authentication (Anonymous auth)
  3. Copy PC/react/firebase-config.example.js to PC/react/firebase-config.js
  4. Fill in your project details:
    const firebaseConfig = {
        apiKey: "YOUR_API_KEY",
        // ... other values
    };
    const appId = "your-app-id"; 
    

Quick Start

  1. Install the PC receiver and Android app
  2. Connect both devices to the same Wi-Fi network
  3. Start the PC receiver and note the IP address
  4. Enter the IP in the Android app and tap "Start"
  5. 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, winsdk and pyaudio Python 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

View on GitHub
GitHub Stars8
CategoryCustomer
Updated2d ago
Forks3

Languages

HTML

Security Score

70/100

Audited on Apr 8, 2026

No findings