Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.25 KB

File metadata and controls

41 lines (30 loc) · 1.25 KB

a2dpPC

Turn your Windows PC into a Bluetooth Speaker (A2DP Sink). Stream audio from your phone or tablet directly to your PC's speakers.

Prerequisites

  • Hardware: A Windows PC with a Bluetooth Radio.
  • OS: Windows 10 or Windows 11 (Build 19041 or later recommended).
  • Software: Python 3.7+.

Installation

  1. Install Dependencies:

    pip install winsdk
  2. Pair Your Device:

    • Go to Settings > Bluetooth & devices.
    • Pair your phone or tablet with your PC.

Usage

  1. Run the application:

    python a2dp_pc.py
  2. Connect:

    • The app will show paired devices.
    • Click a device to toggle connection.
    • Status changes to "Streaming Connected" when active.

Troubleshooting

  • Device not showing? Ensure it is paired in Windows Settings.
  • Connection Failed / Denied by System?
    • Try connecting from your Phone: Open Bluetooth settings on your phone and tap the PC name to connect.
    • Unpair and Re-pair: Remove the device from both PC and Phone, then pair them again.
    • Disconnect other devices: Ensure your phone isn't connected to another Bluetooth speaker.
  • No Audio? Check PC volume and "A2DP Sink" service status.