summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/pulse/pulse-notes.txt
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-03-31 18:06:33 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-03-31 18:06:33 -0700
commit73b074d602993c5e6c9610f33846a4f01a2f3cfe (patch)
tree078655beb2ce3a49d558e36bc3a6511358de774a /sesman/chansrv/pulse/pulse-notes.txt
parent2d89ae1f3855997bb1e75f8cde24f227c7342a68 (diff)
downloadxrdp-proprietary-73b074d602993c5e6c9610f33846a4f01a2f3cfe.tar.gz
xrdp-proprietary-73b074d602993c5e6c9610f33846a4f01a2f3cfe.zip
chansrv: work on pulse sink
Diffstat (limited to 'sesman/chansrv/pulse/pulse-notes.txt')
-rw-r--r--sesman/chansrv/pulse/pulse-notes.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/sesman/chansrv/pulse/pulse-notes.txt b/sesman/chansrv/pulse/pulse-notes.txt
index 4a4b7273..e99b3ec5 100644
--- a/sesman/chansrv/pulse/pulse-notes.txt
+++ b/sesman/chansrv/pulse/pulse-notes.txt
@@ -25,3 +25,32 @@ autospawn = no
daemon-binary = /bin/true
xfreerdp -a 24 -z --plugin rdpsnd --data alsa:hw:0,0 -- 127.0.0.1
+
+
+to get ./configure on pulse source to run
+apt-get install libsndfile1-dev
+apt-get install libspeex-dev
+apt-get install libspeexdsp-dev
+
+alsamixer
+apt-get install alsa-utils
+
+/etc/asound.conf
+---------------------------------
+pcm.pulse {
+ type pulse
+}
+
+ctl.pulse {
+ type pulse
+}
+
+pcm.!default {
+ type pulse
+}
+
+ctl.!default {
+ type pulse
+}
+---------------------------------
+