Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Soreepeong/WifiAudioSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WifiAudioSender & AudioReceivePlayer

Windows Sender/Receiver Android Receiver

WifiAudioSender captures your Windows system's audio device's output, and copies it to another audio device or sends it to specific client by UDP.

By using USB Tether with your Android device's native sampling rate as your PC's sound device's sampling rate, you can probably achieve <10ms latency, provided that your phone supports Pro Audio.

What it can do

  • Capture audio output
  • Copy to another audio device
  • Send it to another PC or Android device via UDP
  • (Android side) Uses OpenSLES latency output (if the device supports current sampling rate)

What it can't do (=TODO)

  • Resample
  • Reset the task when audio device's configuration changes
  • Encrypt audio stream

Referenced codes