https://github.com/dront78/PulseDroid
Android network audio player
https://github.com/dront78/PulseDroid
Last synced: 12 months ago
JSON representation
Android network audio player
- Host: GitHub
- URL: https://github.com/dront78/PulseDroid
- Owner: dront78
- License: gpl-3.0
- Created: 2010-11-27T11:39:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T00:23:21.000Z (over 10 years ago)
- Last Synced: 2024-10-28T03:30:54.504Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 234
- Watchers: 14
- Forks: 45
- Open Issues: 10
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- stars - dront78/PulseDroid
README
This software is a some kind of network music player I done for my personal purposes.
I use it with PulseAudio over network to watch a video or listen music from my pc with in a headphones ;)
It is very simple to setup a PulseAudio server to send audio output over network
pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=alsa_output.pci-0000_00_1b.0.analog-stereo.monitor record=true port=server_port listen=ip_address
^^^^^ change this with oyur own device ^^^^^^^
And now you just connect to ip:port via PulseDroid software and enjoy
Hope it will be very useful somewhere for someone else.
Regards, Ivan ;)