Re: [pulseaudio-discuss] [PACKAGERS] New dep on json-c

2011-05-18 Thread Paul Menzel
Dear Colin, Am Montag, den 16.05.2011, 11:56 +0100 schrieb Colin Guthrie: I've just pushed Arun's (mostly, Pierre-Louis also had a hand!) passthrough work to master. This carries with it a new dependency: json-c We may yet remove this and write our own parser for the simple subset of

[pulseaudio-discuss] unambiguous tag names in the repository

2011-05-07 Thread Paul Menzel
Dear PulseAudio folks, I just read the blog post Please use unambiguous tag names in your DVCS [1] which for security reasons suggests to use unambiguous tag names. Therefore I suggest to change our tag name scheme to the following. pa_0.9.22 or pa_1.0 Thanks, Paul [1]

Re: [pulseaudio-discuss] ORC buildsystem problems

2011-05-03 Thread Paul Menzel
Am Dienstag, den 03.05.2011, 08:39 +0530 schrieb Arun Raghavan: On Mon, 2011-05-02 at 11:52 +0200, Maarten Bosmans wrote: Recently, I encountered some problems when enabling orc in some less usual situations. When compiling with --enable-orc from a tarball generated from a

Re: [pulseaudio-discuss] ORC buildsystem problems

2011-05-03 Thread Paul Menzel
Am Dienstag, den 03.05.2011, 10:40 +0200 schrieb Maarten Bosmans: 2011/5/3 Paul Menzel paulepan...@users.sourceforge.net: Am Dienstag, den 03.05.2011, 08:39 +0530 schrieb Arun Raghavan: On Mon, 2011-05-02 at 11:52 +0200, Maarten Bosmans wrote: […] Secondly, there is a problem when cross

[pulseaudio-discuss] [PATCH] .gitignore: add `.tarball-version`

2011-03-29 Thread Paul Menzel
Date: Tue, 29 Mar 2011 11:49:52 +0200 `.tarball-version` is created by `.git-version-gen`. Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3a840d9..eb33e91 100644

[pulseaudio-discuss] [PATCH] bluetooth: run `make update-sbc` to pull in build fix for thumb mode

2011-03-29 Thread Paul Menzel
when compiling for thumb2. The problem was reported by Paul Menzel: https://tango.0pointer.de/pipermail/pulseaudio-discuss/2011-February/009022.html This patch is tested with OpenEmbedded using `minimal-uclibc` for `MACHINE = at91sam9260ek`. Note

Re: [pulseaudio-discuss] [PATCH] sbc_math.h: add explicit check for ARMv6 instructions

2011-03-28 Thread Paul Menzel
Dear BlueZ folks, Am Montag, den 28.03.2011, 18:41 +0300 schrieb Luiz Augusto von Dentz: On Fri, Mar 25, 2011 at 1:34 PM, Paul Menzel wrote: Am Samstag, den 19.03.2011, 16:14 +0530 schrieb Arun Raghavan: On Wed, 2011-02-23 at 01:07 +0530, Arun Raghavan wrote: [...] The correct fix

Re: [pulseaudio-discuss] svolume_orc.c: error: line 67: unknown directive: .longparam

2011-03-25 Thread Paul Menzel
Am Donnerstag, den 24.03.2011, 11:56 +0530 schrieb Arun Raghavan: On Mon, 2011-03-21 at 00:06 +0100, Paul Menzel wrote: [...] I guess it has something to do with commit 4cd90d9e32ca9a23e3c0f7615974ea0c55ff3e49 Author: Arun Raghavan arun.ragha...@collabora.co.uk

Re: [pulseaudio-discuss] [PATCH] build: Bump Orc dependency to 0.4.11

2011-03-25 Thread Paul Menzel
bump to 0.4.11 since that's the version being tested with and has been around for a while now. Thanks to Paul Menzel paulepan...@users.sourceforge.net for pointing this out. Well I am undecided if the depends should reflect the necessary version or the recommended one. Orc 0.4.11 seems to fix

Re: [pulseaudio-discuss] [PATCH] sbc_math.h: add explicit check for ARMv6 instructions

2011-03-25 Thread Paul Menzel
Dear Arun, Am Samstag, den 19.03.2011, 16:14 +0530 schrieb Arun Raghavan: On Wed, 2011-02-23 at 01:07 +0530, Arun Raghavan wrote: [...] The correct fix for this, imo, is in bluez (there is a new sbc_primitives_armv6.h that can probably be used at least as a template). We need to do an

[pulseaudio-discuss] modules/bluetooth/sbc/sbc_primitives.h:41:22: error: expected ':', ',', '; ', '}' or '__attribute__' before 'X'

2011-03-24 Thread Paul Menzel
Dear PulseAudio folks, I get the following error with latest master (a9c8f904). CC libbluetooth_sbc_la-sbc.lo In file included from modules/bluetooth/sbc/sbc_primitives_armv6.h:30:0, from modules/bluetooth/sbc/sbc_math.h:27,

[pulseaudio-discuss] svolume_orc.c: error: line 67: unknown directive: .longparam

2011-03-23 Thread Paul Menzel
Dear PulseAudio folks, I get the following error with latest master (c0392af2). | + do_compile | + base_do_compile | + '[' -e Makefile -o -e makefile -o -e GNUmakefile ']' | + oe_runmake | + oenote make | + echo NOTE: make | NOTE: make | + make | make all-recursive | make[1]: Entering

[pulseaudio-discuss] [PATCH] src/modules/module-tunnel.c: fix typo (s/passthough/passthrough/)

2011-03-20 Thread Paul Menzel
Date: Sun, 20 Mar 2011 23:00:19 +0100 --- src/modules/module-tunnel.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c index 65fb67d..a8af6c1 100644 --- a/src/modules/module-tunnel.c +++

[pulseaudio-discuss] [PATCH] src/modules/module-tunnel.c: remove unneeded `{`

2011-03-20 Thread Paul Menzel
Date: Sun, 20 Mar 2011 23:01:13 +0100 • fix up for commit 36e7f8a92e8b340dd4034a39a655ba93bcd41886 Author: Colin Guthrie cguth...@mandriva.org Date: Sun Mar 20 14:09:14 2011 + tunnel: Fix tunnel streams with recent servers

[pulseaudio-discuss] What tests on AMD and ARM are needed for Orc-based optimised volume scaling?

2011-03-10 Thread Paul Menzel
Dear Arun, your commit messages of commit 4cd90d9e [1] says the following. … Since I haven't been able to test on other architectures, the Orc code is only used when MMX/SSE* is present. This can be changed in the future after testing on AMD and ARM machines. What tests

Re: [pulseaudio-discuss] Nvidia hdmi passthrough patch

2011-03-04 Thread Paul Menzel
Dear Kelly, Am Freitag, den 04.03.2011, 14:50 -0700 schrieb Kelly Anderson: Here's a patch that I created for git that adds passthrough support for the Nvidia hdmi port. Pretty much just copy/paste from the iec958 sections. --- ./src/modules/alsa/alsa-sink.c.orig2011-02-16

Re: [pulseaudio-discuss] [PATCH 1/2] Add a target to the PA log feature

2011-02-24 Thread Paul Menzel
Dear VincentX, please note in the subject what iteration your patch is, e. g. »[PATCH 1/2 v2]«. See `--subject-prefix` in `git help format-patch`. Am Donnerstag, den 24.02.2011, 16:30 + schrieb Becker, VincentX: From 55f84afd8575dadba697c746daa61ee07b333c57 Mon Sep 17 00:00:00 2001 From:

[pulseaudio-discuss] patches in OpenEmbedded (was: [PATCH] src/Makefile.am: add missing space to fix build using uClibc)

2011-02-22 Thread Paul Menzel
Am Dienstag, den 22.02.2011, 10:02 + schrieb Colin Guthrie: 'Twas brillig, and Paul Menzel at 19/02/11 20:19 did gyre and gimble: Concerning OpenEmbedded you can see the patches in the repository [1]. I am trying to send them upstream during the next days. [1] http

Re: [pulseaudio-discuss] [PATCH] sbc_math.h: add explicit check for ARMv6 instructions

2011-02-22 Thread Paul Menzel
Am Dienstag, den 22.02.2011, 09:48 + schrieb Colin Guthrie: 'Twas brillig, and Arun Raghavan at 21/02/11 20:31 did gyre and gimble: On Sun, 2011-02-20 at 19:20 +0100, Paul Menzel wrote: Date: Sun, 20 Feb 2011 15:57:55 +0100 Building PulseAudio 051d8213 [1] using OpenEmbedded

[pulseaudio-discuss] [PATCH] sbc_math.h: add explicit check for ARMv6 instructions

2011-02-20 Thread Paul Menzel
=051d82133f0ae6a57bf66fd200bc8e3591a7d5ca [2] http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=12b900858ae82d435c100d6eb94cb7bb22fe5e29 [3] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=976ab4b4587d548c0483a274058c5359cb72bf1b Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net CC: Marcel

[pulseaudio-discuss] [PATCH] src/Makefile.am: add missing space to fix build using uClibc

2011-02-19 Thread Paul Menzel
] http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=ef0cc74567b3bb98378c17f6a523bf18ba132ed7 [2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=7c33f2e906a20e139d53b4f2d8fbc2773a4725b3 Signed-off-by: Henning Heinold hein...@inf.fu-berlin.de Signed-off-by: Paul Menzel paulepan

Re: [pulseaudio-discuss] [PATCH] src/Makefile.am: add missing space to fix build using uClibc

2011-02-19 Thread Paul Menzel
Am Samstag, den 19.02.2011, 14:19 +0100 schrieb Maarten Bosmans: 2011/2/19 Paul Menzel paulepan...@users.sourceforge.net: From: Henning Heinold hein...@inf.fu-berlin.de Date: Fri Jul 10 12:33:30 2009 +0200 Using uClibc AM_LIBADD = $(PTHREAD_LIBS) $(INTLLIBS) is not empty

[pulseaudio-discuss] [PATCH 2/3] configure.ac: Typo. s/DBUS/D-Bus/ [1]

2011-02-18 Thread Paul Menzel
Date: Fri, 18 Feb 2011 23:30:04 +0100 [1] http://www.freedesktop.org/wiki/Software/dbus Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- configure.ac |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index b4fa78b

[pulseaudio-discuss] [PATCH 3/3] configure.ac: fix spelling and context in warning

2011-02-18 Thread Paul Menzel
Date: Fri, 18 Feb 2011 23:31:47 +0100 Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- configure.ac |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7db5870..b80799f 100644 --- a/configure.ac +++ b/configure.ac

[pulseaudio-discuss] [PATCH 1/3] configure.ac: Typo. s/Console Kit/ConsoleKit/ [1]

2011-02-18 Thread Paul Menzel
Date: Fri, 18 Feb 2011 23:27:20 +0100 [1] http://www.freedesktop.org/wiki/Software/ConsoleKit --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 08c947a..b4fa78b 100644 --- a/configure.ac +++ b/configure.ac @@ -1688,7

Re: [pulseaudio-discuss] [PATCH] Small changes to make module-coreaduio-detect more safe

2010-12-21 Thread Paul Menzel
Dear Cai, Am Dienstag, den 21.12.2010, 14:11 +0800 schrieb caiiiyua: Typo in commit summary. s/coreaduio/coreaudio/ […] From: Cai.Yuanqing yuanqing@tieto.com Maybe replace ».« by space. Also in your Git configuration: git config user.name Cai Yuanqing […] Thanks, Paul

Re: [pulseaudio-discuss] Couple of PA problems

2010-11-28 Thread Paul Menzel
Am Sonntag, den 28.11.2010, 17:12 +0800 schrieb James Harkins: At Sat, 27 Nov 2010 06:02:51 -0500, Sean McNamara wrote: Why they are not independent: Good question ;-) The answer is that PA's flat-volumes feature is enabled by default. It gets a little more weird. Today, I tried to

[pulseaudio-discuss] [PATCH] man pulse-daemon.conf: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).

2010-11-26 Thread Paul Menzel
Date: Sun, 31 Jan 2010 14:15:31 +0100 Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- man/pulse-daemon.conf.5.xml.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index f0e1de4..299af6a

Re: [pulseaudio-discuss] Choose remote default sink from commandline?

2010-11-13 Thread Paul Menzel
Am Freitag, den 12.11.2010, 21:55 -0500 schrieb Dave: […] - How do I set this tunnel as the default sink (so apps launched from gnome will use it)? As they wrote multiple times already. Just move the stream to this sink in `pavucontrol` and PA will remember that setting. Your subject line

Re: [pulseaudio-discuss] Add a new target to Pulseaudio log feature

2010-11-05 Thread Paul Menzel
Dear Vincent, Am Freitag, den 05.11.2010, 14:10 + schrieb Becker, VincentX: […] Would it be possible to add them in Pulseaudio and shall I create a ticket for this ? Could you provide me some details in the process of upstreaming on PA.org ? I can quickly provide the code for our

Re: [pulseaudio-discuss] Compiler optimisation dependency?

2010-10-24 Thread Paul Menzel
Am Sonntag, den 24.10.2010, 19:37 +0100 schrieb tarantism: I'm building pulse under Scratchbox for Maemo 5 then copying the module-sine.so file to Nokia N900 to test. If I use compiler options -O0 or -O1, it works fine. If I use -O2 or -O3 I just get a sqwarking noise. Any ideas? What

Re: [pulseaudio-discuss] Compiler optimisation dependency?

2010-10-24 Thread Paul Menzel
Am Sonntag, den 24.10.2010, 21:11 +0100 schrieb tarantism: On Sun, 2010-10-24 at 21:25 +0200, Paul Menzel wrote: Any ideas? What versions of PulseAudio and your tool chain do you use? PulseAudio 0.9.15 sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1 ltmain.sh (GNU libtool) 2.2.6 automake

Re: [pulseaudio-discuss] Man page clarifications

2010-10-21 Thread Paul Menzel
Am Donnerstag, den 21.10.2010, 08:49 +0200 schrieb David Henningsson: I'm relaying a bug comment to this list, the reporter has ideas about the PulseAudio documentation. He originally filed a bug about that when adding a pair of lines to ~/.pulse/default.pa and PulseAudio stopped working,

[pulseaudio-discuss] [PATCH 1/2] man/pulse-daemon.conf.5.xml.in: Typo and uniform spelling. s/synchornised/synchronized/

2010-10-17 Thread Paul Menzel
Date: Sun, 17 Oct 2010 19:28:27 +0200 Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- man/pulse-daemon.conf.5.xml.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index b3c3e5a..e0ac038

[pulseaudio-discuss] [PATCH 2/2] man/pulse-daemon.conf.5: Fix sentence.

2010-10-17 Thread Paul Menzel
Date: Sun, 17 Oct 2010 18:51:18 +0200 This section was added in commit 58bdd9 [1]. [1] http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=58bdd97260b8acdc07bedd4cc3112786cb43ddbe Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- man/pulse-daemon.conf.5.xml.in |4 ++-- 1

Re: [pulseaudio-discuss] [PATCH] alsa-mixer: add profile for Native Instruments Korecontroller

2010-10-16 Thread Paul Menzel
Dear Daniel, Am Freitag, den 15.10.2010, 18:18 +0200 schrieb Daniel Mack: --- src/Makefile.am|3 +- .../alsa/mixer/profile-sets/90-pulseaudio.rules|3 + .../native-instruments-korecontroller.conf | 85 3 files

Re: [pulseaudio-discuss] [PATCH 5/5] man: sync_volume parameters to manual page

2010-10-15 Thread Paul Menzel
Dear Colin, Am Donnerstag, den 14.10.2010, 20:30 +0100 schrieb Colin Guthrie: Subject: [PATCH] man: sync_volume parameters to manual page Some wording teaks by Colin Guthrie Signed-off-by: Jyri Sarha jyri.sa...@nokia.com Reviewed-by: Tanu Kaskinen tanu.kaski...@digia.com ---

[pulseaudio-discuss] Wanted: native English speakers for review: [PATCH 5/5] man: sync_volume parameters to manual page

2010-10-14 Thread Paul Menzel
Am Mittwoch, den 13.10.2010, 19:40 +0300 schrieb o...@iki.fi: From: Jyri Sarha jyri.sa...@nokia.com Signed-off-by: Jyri Sarha jyri.sa...@nokia.com Reviewed-by: Tanu Kaskinen tanu.kaski...@digia.com It would be great if some native English speakers could take a look at the following

Re: [pulseaudio-discuss] [PATCH] Two identical USB sound-cards - avahi fails to add service.

2010-09-10 Thread Paul Menzel
Dear Ivar, Am Donnerstag, den 09.09.2010, 20:20 +0200 schrieb Ivar Mossin: […] thank you for your patch. Could you please send the patch using the Git tools (`git format-patch -s -1` (and maybe) `git send-email`). This way developers do not need to copy paste your commit message from your

Re: [pulseaudio-discuss] How to save mixer settings?

2010-09-07 Thread Paul Menzel
Dear Jan, Am Montag, den 06.09.2010, 09:51 +0200 schrieb Jan Kasprzak: On my laptop the Front mic input is routed to the speakers/headphones after boot, causing unnecessary noise and sometimes even a feedback loop. I can mute it using amixer -D hw:0 set 'Front mic' mute, but it becomes

Re: [pulseaudio-discuss] Volume control interactions

2010-08-15 Thread Paul Menzel
Am Sonntag, den 15.08.2010, 17:03 +0100 schrieb Dylan: It seems to me that the behaviour of various volume controls and their interactions is wrong. Let me explain ... Have you already read [1]? […] Thanks, Paul [1] http://pulseaudio.org/wiki/PulseAudioStoleMyVolumes signature.asc

[pulseaudio-discuss] translation and transifex: Trying to fix a typo

2010-05-23 Thread Paul Menzel
Dear PA folks, I noticed a typo in the German translation and read [1], so instead of just sending a patch to this list, I registered at Transifex [2] and tried to submit the fix. Since trying to edit the translation using the Transifex Web interface did show to me the already translated

Re: [pulseaudio-discuss] 0.9.22 on Ubuntu Lucid gobbling up CPU

2010-05-13 Thread Paul Menzel
Am Donnerstag, den 13.05.2010, 20:57 + schrieb Brian J.Murrell: I was so hoping that the PA on Ubuntu Lucid was going to be much more stable than previous releases but alas, I don't think it's to be. Currently installed on a machine here is 0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14

Re: [pulseaudio-discuss] Pulse audio does not work with my hdmi output

2010-04-18 Thread Paul Menzel
Am Samstag, den 17.04.2010, 11:00 -0600 schrieb Dark Shadow: I could not get a pulseaudio -vvv because every time I killed it it re-spawned on it's own before I could start it. Did you search for »pulseaudio respawn« on the Web? You would have found [1]. Anyway the term used in PA seems to be

Re: [pulseaudio-discuss] using near 100% CPU when doing nothing

2010-04-11 Thread Paul Menzel
Am Samstag, den 10.04.2010, 19:55 + schrieb Brian J.Murrell: I have a(one of a number of)Ubuntu Karmic systems here running pulseaudio 0.9.19. On this particular system, PA wants to eat as much CPU as is available. It will use up near 100% on this system when it's otherwise idle. Did you

Re: [pulseaudio-discuss] Frequent trivially-reproducible client hangs with stable-queue PA

2010-02-22 Thread Paul Menzel
Am Montag, den 22.02.2010, 18:50 + schrieb Nix: Ever since I started using PA 0.9.21 (and possibly before: it's been long enough that my memory has faded), lots of applications have started hanging hard when fast-forwarded/rewound. This includes MPD and every single video player I own

Re: [pulseaudio-discuss] No or only random connections to PulseAudio server after `pulseaudio -k`.

2010-02-02 Thread Paul Menzel
Am Dienstag, den 02.02.2010, 09:42 + schrieb Colin Guthrie: 'Twas brillig, and Lennart Poettering at 02/02/10 07:58 did gyre and gimble: On Sat, 30.01.10 15:59, Paul Menzel (paulepan...@users.sourceforge.net) wrote: […] D: module-udev-detect.c: /dev/snd/controlC0

Re: [pulseaudio-discuss] [module-console-kit.c] SessionAdded/SessionRemoved messages every 5 seconds with `log-level = debug`

2010-02-02 Thread Paul Menzel
Am Dienstag, den 02.02.2010, 08:54 +0100 schrieb Lennart Poettering: On Sun, 31.01.10 12:31, Paul Menzel (paulepan...@users.sourceforge.net) wrote: If I understood the code correctly, it looks like the CK-module is initialized every five seconds on my system. Is that expected/normal

[pulseaudio-discuss] [module-console-kit.c] SessionAdded/SessionRemoved messages every 5 seconds with `log-level = debug`

2010-01-31 Thread Paul Menzel
Dear PulseAudio users, I know that setting `log-level = debug` should increase the messages written out to `log-target`. I noticed that the following messages are printed every five seconds to `log-target`. […] Jan 31 11:47:21 x pulseaudio[3489]: module-console-kit.c: dbus:

[pulseaudio-discuss] [PATCH] man pages: correct formatting/markup of options

2010-01-31 Thread Paul Menzel
Signed-off-by: Paul Menzel paulepan...@users.sourceforge.net --- man/pulse-client.conf.5.xml.in |2 +- man/pulse-daemon.conf.5.xml.in | 10 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in index

Re: [pulseaudio-discuss] Local and remote sink

2010-01-31 Thread Paul Menzel
Dear Samuel, Am Samstag, den 30.01.2010, 18:57 +0100 schrieb samuel: […] Actually I would like it to check if tarzanito is available, if yes, use it, if not play locally. $ man pulse-client.conf […] default-server= The default sever to connect to. The environment

Re: [pulseaudio-discuss] Pulseaudio spinning somewhere - should I report?

2010-01-31 Thread Paul Menzel
Dear Clemens, Am Sonntag, den 31.01.2010, 17:23 -0500 schrieb Clemens Eisserer: After playing Tuxracer I found the pulseaudio-daemon was consuming 100% cpu. I did some stack-traces and posted it here: http://pastebin.com/f7ffb6cfd I am running Fedora-12+latest updates. Is this a known

[pulseaudio-discuss] [PATCH] client.conf.in: Typo. s/a/are/

2010-01-30 Thread Paul Menzel
-by: Paul Menzel paulepan...@users.sourceforge.net --- src/pulse/client.conf.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pulse/client.conf.in b/src/pulse/client.conf.in index 436747b..17753b0 100644 --- a/src/pulse/client.conf.in +++ b/src/pulse/client.conf.in

[pulseaudio-discuss] No or only random connections to PulseAudio server after `pulseaudio -k`.

2010-01-30 Thread Paul Menzel
Dear PulseAudio folks, I want to debug PulseAudio problems as described in [1]. Therefore I added `autospawn = no` to `~/.pulse/client.conf` and issued `pulseaudio -k` and `pulseaudio -v`. But after doing so all my programs are not able to connect to the PulseAudio server(?) anymore.