Re: [pulseaudio-discuss] Low latency audio in-out application

2013-08-26 Thread Tanu Kaskinen
On Mon, 2013-08-26 at 13:31 +0200, Svein Seldal wrote: Hi I'm working on using a [dedicated] linux box for an audio filtering use. My intentions is to take stereo audio in, process it, and play the result on audio out (all on the same sound device). The catch is that this app requires as

Re: [pulseaudio-discuss] Low latency audio in-out application

2013-08-26 Thread Pierre-Louis Bossart
Too bad. Using PA is convenient, as it's already integrated into most distros. And I am apparently misinterpreting the PA claim Good low latency behaviour -- but I guess that this depending on the definition of low latency... Dedicated box means that this PC is a prototype for some real-world

[pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-08-26 Thread Felipe F. Tonello
From: Felipe F. Tonello e...@felipetonello.com This fixes a bug when switching profiles under ALSA UCM. If a jack, hence a port, was previsouly active, when PA performed a profile switch, the jack would continue to be available but not active. This patche ensures that it activates a port if a

Re: [pulseaudio-discuss] [PATCH] alsa-ucm: setting default active port based on jacks state

2013-08-26 Thread Felipe Tonello
On Mon, Aug 26, 2013 at 11:15 AM, Felipe F. Tonello e...@felipetonello.com wrote: From: Felipe F. Tonello e...@felipetonello.com This fixes a bug when switching profiles under ALSA UCM. If a jack, hence a port, was previsouly active, when PA performed a profile switch, the jack would continue

[pulseaudio-discuss] [PATCH] context: add pa_context_load_cookie_file()

2013-08-26 Thread Alexander Couzens
There is no function to load the authentication cookie for a context. You can only set environment variables. This patch adds pa_context_load_cookie_file() Signed-off-by: Alexander Couzens lyn...@fe80.eu --- src/pulse/context.c | 10 ++ src/pulse/context.h | 3 +++ 2 files changed, 13