[pulseaudio-discuss] [PATCH] Use fastpath assert in trivial resampler

2011-10-12 Thread Maarten Bosmans
When the assert is disabled, the trivial resampler gets a 35% performance boost. --- src/pulsecore/resampler.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c index d4a7204..c3b6df1 100644 ---

Re: [pulseaudio-discuss] [PATCH] tests: More useful output of 'make check'

2011-10-12 Thread Maarten Bosmans
I just rebased this on git master, so it applies cleanly again. Maarten 2011/10/4 Maarten Bosmans mkbosm...@gmail.com: Here it is. https://github.com/mkbosmans/pulseaudio/compare/master...make-check ___ pulseaudio-discuss mailing list

Re: [pulseaudio-discuss] Multi-User Streaming Audio, Is It Possible?

2011-10-12 Thread Xavier Bestel
On Mon, 2011-10-10 at 10:48 +0200, Maarten Bosmans wrote: 2011/10/6 Xavier Bestel xavier.bes...@free.fr: On Thu, 2011-10-06 at 13:49 +0200, Maarten Bosmans wrote: 2011/10/6 Xavier Bestel xavier.bes...@free.fr: [...] I made a mistake, that wasn't paman I was talking about but another

Re: [pulseaudio-discuss] Multi-User Streaming Audio, Is It Possible?

2011-10-12 Thread Maarten Bosmans
2011/10/12 Xavier Bestel xavier.bes...@free.fr: On Mon, 2011-10-10 at 10:48 +0200, Maarten Bosmans wrote: 2011/10/6 Xavier Bestel xavier.bes...@free.fr: On Thu, 2011-10-06 at 13:49 +0200, Maarten Bosmans wrote: 2011/10/6 Xavier Bestel xavier.bes...@free.fr: [...] I made a mistake, that

Re: [pulseaudio-discuss] Problems starting without X11 (git master)

2011-10-12 Thread Tanu Kaskinen
On Wed, 2011-10-12 at 08:32 +0300, Arun Raghavan wrote: On Tue, 2011-06-14 at 08:11 +0300, Tanu Kaskinen wrote: On Tue, 2011-06-14 at 07:55 +0300, Tanu Kaskinen wrote: It would be nice if also the non-X11 sessions would set up the session bus already at login time, but I guess we can't

[pulseaudio-discuss] [PATCH] Introduce available concept for ports, and communicate that to clients. Bump protocol version to 24.

2011-10-12 Thread David Henningsson
Note: There is still no notification when status availability changes. Signed-off-by: David Henningsson david.hennings...@canonical.com --- The protocol skew in Ubuntu 11.10 was actually a mistake on my part. Since the UI changes that would depend on this information being available was backed