d093w1z / pasend

A simple program to send audio over tcp to android device and use it as a external speaker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pasend : Pc to Android audio transmission

Allows streaming of audio to multiple(or one, your choice) android devices with the help of pactl.

Requirements :

pulseaudio (pactl)

Make sure both are on the same Network!!

Usage :

pasend start|stop

Installation :

On Pc:

git clone https://github.com/DopeWiz/pasend.git
cd pasend
make
./pasend start|stop

On Android:

Download and install any app from the following (any one):

Input the Local IP address of your system (server) and put 8000 (default) as port number.

About

A simple program to send audio over tcp to android device and use it as a external speaker.


Languages

Language:C++ 98.4%Language:Makefile 1.6%