1PULSEAUDIO SOUND SERVER 2 3WEB SITE: 4 http://pulseaudio.org/ 5 6GIT: 7 https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git 8 9GitLab: 10 https://gitlab.freedesktop.org/pulseaudio/pulseaudio 11 12MAILING LIST: 13 http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss 14 15GIT COMMITS MAILING LIST: 16 http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits 17 18TRAC/BUGZILLA TICKET CHANGES MAILING LIST: 19 http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs 20 21IRC: 22 #pulseaudio on irc.freenode.org 23 24FRESHMEAT: 25 http://freshmeat.net/projects/pulseaudio/ 26 27OHLOH: 28 http://www.ohloh.net/projects/4038 29 30AUTHORS: 31 Several 32 33HACKING: 34 In order to run pulseaudio from the build dir __OPTIMIZE__ should be 35 disabled (look at src/pulsecore/core-util.h::pa_run_from_build_tree()), 36 this can be done by passing "CFLAGS=-O0" to the configure script: 37 ./autogen.sh 38 CFLAGS="-ggdb3 -O0" LDFLAGS="-ggdb3" ./configure 39 make 40 ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/ 41 42SPELLING: 43 PulseAudio 44