Saturday, 10 July 2021

Play Audio from linux laptop to andriod device

 Hi All,
If you want to stream audio from linux to andriod devices lets do it.

I wanted this requirement because I have a old laptop. Speaker of the laptop are broken. I have installed xUbuntu on the laptop as limitation of RAM. 

You just need to install pactl.

Get the list of audio sources :
1) pactl list

2) Then start the audio server:

pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=<SOURCE> record=true port=<PORT (eg 8000)>

source=number of source
port=port to which server listen.

e.g command

pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=0 record=true port=8000


3) Download simple protocol player for andriod play store.

Enjoy the audio.

Cheers !!!

Let me know your feedback after you test it. I tested it. It works smooth. Still would test latecy on diffrent sample rates.

Multiple smart phones can be connected.