<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Dear specialists,</DIV>
<DIV>I Am aware, that The highest priority must be given to Pulseaudio which is 
compatible with IBM/PC compatible devices. But I have one plea to you.</DIV>
<DIV>Is it possible to configure Pulseaudio so it will stream sound to Android 
client application such as Simple protocol player or Pulsedroid? Here is 
default.pa which can enable to stream. But Simple protocol player do not play at 
all. Does somebody of us know about standalone PUlseaudio client for Android, 
which can play as standalone Android app? But app which really work.</DIV>
<DIV> </DIV>
<DIV>#!/usr/bin/pulseaudio -nF</DIV>
<DIV>#</DIV>
<DIV># This file is part of PulseAudio.</DIV>
<DIV>#</DIV>
<DIV># PulseAudio is free software; you can redistribute it and/or modify 
it</DIV>
<DIV># under the terms of the GNU Lesser General Public License as published 
by</DIV>
<DIV># the Free Software Foundation; either version 2 of the License, or</DIV>
<DIV># (at your option) any later version.</DIV>
<DIV>#</DIV>
<DIV># PulseAudio is distributed in the hope that it will be useful, but</DIV>
<DIV># WITHOUT ANY WARRANTY; without even the implied warranty of</DIV>
<DIV># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</DIV>
<DIV># General Public License for more details.</DIV>
<DIV>#</DIV>
<DIV># You should have received a copy of the GNU Lesser General Public 
License</DIV>
<DIV># along with PulseAudio; if not, see <<A 
href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</A>>.</DIV>
<DIV> </DIV>
<DIV># This startup script is used only if PulseAudio is started per-user</DIV>
<DIV># (i.e. not in system mode)</DIV>
<DIV> </DIV>
<DIV>.fail</DIV>
<DIV> </DIV>
<DIV>### Automatically restore the volume of streams and devices</DIV>
<DIV>load-module module-device-restore</DIV>
<DIV>load-module module-stream-restore</DIV>
<DIV>load-module module-card-restore</DIV>
<DIV> </DIV>
<DIV>### Automatically augment property information from .desktop files</DIV>
<DIV>### stored in /usr/share/application</DIV>
<DIV>load-module module-augment-properties</DIV>
<DIV> </DIV>
<DIV>### Should be after module-*-restore but before module-*-detect</DIV>
<DIV>load-module module-switch-on-port-available</DIV>
<DIV> </DIV>
<DIV>### Load audio drivers statically</DIV>
<DIV>### (it's probably better to not load these drivers manually, but 
instead</DIV>
<DIV>### use module-udev-detect -- see below -- for doing this 
automatically)</DIV>
<DIV>#load-module module-alsa-sink</DIV>
<DIV>#load-module module-alsa-source device=hw:1,0</DIV>
<DIV>#load-module module-oss device="/dev/dsp" sink_name=output 
source_name=input</DIV>
<DIV>#load-module module-oss-mmap device="/dev/dsp" sink_name=output 
source_name=input</DIV>
<DIV>#load-module module-null-sink</DIV>
<DIV>#load-module module-pipe-sink</DIV>
<DIV> </DIV>
<DIV>### Automatically load driver modules depending on the hardware 
available</DIV>
<DIV>#.ifexists module-udev-detect.so</DIV>
<DIV>#load-module module-udev-detect</DIV>
<DIV>#.else</DIV>
<DIV>### Use the static hardware detection module (for systems that lack udev 
support)</DIV>
<DIV>#load-module module-detect</DIV>
<DIV>#.endif</DIV>
<DIV> </DIV>
<DIV>### Automatically connect sink and source if JACK server is present</DIV>
<DIV>.ifexists module-jackdbus-detect.so</DIV>
<DIV>.nofail</DIV>
<DIV>load-module module-jackdbus-detect channels=2</DIV>
<DIV>.fail</DIV>
<DIV>.endif</DIV>
<DIV> </DIV>
<DIV>### Automatically load driver modules for Bluetooth hardware</DIV>
<DIV>.ifexists module-bluetooth-policy.so</DIV>
<DIV>load-module module-bluetooth-policy</DIV>
<DIV>.endif</DIV>
<DIV> </DIV>
<DIV>.ifexists module-bluetooth-discover.so</DIV>
<DIV>load-module module-bluetooth-discover</DIV>
<DIV>.endif</DIV>
<DIV> </DIV>
<DIV>### Load several protocols</DIV>
<DIV>.ifexists module-esound-protocol-unix.so</DIV>
<DIV>load-module module-esound-protocol-unix</DIV>
<DIV>.endif</DIV>
<DIV>load-module module-native-protocol-unix</DIV>
<DIV> </DIV>
<DIV>## Network access (may be configured with paprefs, so leave this 
commented</DIV>
<DIV>### here if you plan to use paprefs)</DIV>
<DIV>#load-module module-esound-protocol-tcp</DIV>
<DIV>load-module module-native-protocol-tcp</DIV>
<DIV>#load-module module-zeroconf-publish</DIV>
<DIV> </DIV>
<DIV>### Load the RTP receiver module (also configured via paprefs, see 
above)</DIV>
<DIV>#load-module module-rtp-recv</DIV>
<DIV> </DIV>
<DIV>### Load the RTP sender module (also configured via paprefs, see 
above)</DIV>
<DIV>#load-module module-null-sink sink_name=rtp format=s16be channels=2 
rate=44100 sink_properties="device.description='RTP Multicast Sink'"</DIV>
<DIV>#load-module module-rtp-send source=rtp.monitor</DIV>
<DIV> </DIV>
<DIV>### Load additional modules from GConf settings. This can be configured 
with the paprefs tool.</DIV>
<DIV>### Please keep in mind that the modules configured by paprefs might 
conflict with manually</DIV>
<DIV>### loaded modules.</DIV>
<DIV>.ifexists module-gconf.so</DIV>
<DIV>.nofail</DIV>
<DIV>load-module module-gconf</DIV>
<DIV>.fail</DIV>
<DIV>.endif</DIV>
<DIV> </DIV>
<DIV>### Automatically restore the default sink/source when changed by the 
user</DIV>
<DIV>### during runtime</DIV>
<DIV>### NOTE: This should be loaded as early as possible so that subsequent 
modules</DIV>
<DIV>### that look up the default sink/source get the right value</DIV>
<DIV>load-module module-default-device-restore</DIV>
<DIV> </DIV>
<DIV>### Automatically move streams to the default sink if the sink they 
are</DIV>
<DIV>### connected to dies, similar for sources</DIV>
<DIV>load-module module-rescue-streams</DIV>
<DIV> </DIV>
<DIV>### Make sure we always have a sink around, even if it is a null 
sink.</DIV>
<DIV>load-module module-always-sink</DIV>
<DIV> </DIV>
<DIV>### Honour intended role device property</DIV>
<DIV>load-module module-intended-roles</DIV>
<DIV> </DIV>
<DIV>### Automatically suspend sinks/sources that become idle for too long</DIV>
<DIV>#load-module module-suspend-on-idle</DIV>
<DIV> </DIV>
<DIV>### If autoexit on idle is enabled we want to make sure we only quit</DIV>
<DIV>### when no local session needs us anymore.</DIV>
<DIV>#.ifexists module-console-kit.so</DIV>
<DIV>#load-module module-console-kit</DIV>
<DIV>#.endif</DIV>
<DIV>.ifexists module-systemd-login.so</DIV>
<DIV>load-module module-systemd-login</DIV>
<DIV>.endif</DIV>
<DIV> </DIV>
<DIV>### Enable positioned event sounds</DIV>
<DIV>load-module module-position-event-sounds</DIV>
<DIV> </DIV>
<DIV>### Cork music/video streams when a phone stream is active</DIV>
<DIV>load-module module-role-cork</DIV>
<DIV> </DIV>
<DIV>### Modules to allow autoloading of filters (such as echo 
cancellation)</DIV>
<DIV>### on demand. module-filter-heuristics tries to determine what 
filters</DIV>
<DIV>### make sense, and module-filter-apply does the heavy-lifting of</DIV>
<DIV>### loading modules and rerouting streams.</DIV>
<DIV>load-module module-filter-heuristics</DIV>
<DIV>load-module module-filter-apply</DIV>
<DIV> </DIV>
<DIV>### Make some devices default</DIV>
<DIV>#set-default-sink output</DIV>
<DIV>#set-default-source input</DIV></DIV></DIV></BODY></HTML>