rom1v / usbaudio

Forward audio from Android devices
MIT License
350 stars 32 forks source link

A way to do the reverse? #29

Open NyllRE opened 3 years ago

NyllRE commented 3 years ago

I am trying to find a good way to transfer pc audio into my phone but I can't seem to find a good one for linux, is there a way you can do the reverse? Or would it be too tricky?

rom1v commented 3 years ago

Programmatically, probably. Capture the audio output on your computer (e.g. pulseaudio), send it via a socket to an Android application which receives the audio stream and play it.