Download Appteka (works without ads)

Appteka is a community-driven, free Android apps market

PulseDroid

PulseDroid

5 downloads

Uploaded by
Silent Miqo
Version
2.0.3 (build 200030) 
Size
2.1 MiB
Publish Date
2025-05-06
Category
Music & Audio
Package
at.kescher.pulsedroid
Minimum OS
Android 4.0
SHA1
1a05cb7a74b89011c09e9fe06443b6630247a49e
Description
PulseDroid is an audio player for Android that plays 48000Hz pcm16le stereo audio from a simple TCP connection. PulseAudio has module-simple-protocol-tcp that provides such an endpoint, which allows streaming audio to an Android device. Load module-simple-protocol-tcp. Warning: this PulseAudio module provides an endpoint that allows anyone in your network to listen to the connected source, and to play back audio. Make sure that your network is trusted or that you secure the connection appropriately. Run the following to add and configure the module; of course, the port and source can be modified as you want: pactl load-module module-simple-protocol-tcp rate=44100 format=s16le channels=1 source=0 record=true port=12345 listen=0.0.0.0 Install the app and start it. Enter the host and port of your PulseAudio endpoint and hit play. --- History The original project is https://github.com/dront78/PulseDroid, but it has been immediately abandoned after the first commit, leaving it in very bare-bones state. https://github.com/Konubinix/PulseDroid shortely picked up the project about 5 years later, improving the android experience, for example by using a foreground service. In 2018 I, ferreum, was looking for just such an app, found this project and reworked everything, wanting a more polished experience. The app can now play audio in the background after closing the main screen, has improved buffering, error handling, state handling, and a modernized structure. More improvements to follow as I see fit. And now a message from the original creator at the beginning of this project: 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=44100 format=s16le channels=1 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 ;) And useful it was. Thanks Ivan.

You may also be interested