[pulseaudio-discuss] connect pulse to jack - headless

2013-10-04 Thread Patrick Shirkey
Hi, Can anyone point me to instructions for connecting pulse to jack in headless mode? I can run jack like this: eval dbus-launch --auto-syntax export DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-UBmwIyooQF,guid=86f4d04e50ca1406a4b7f215524db419' DBUS_SESSION_BUS_PID=6293; jackd -d alsa

Re: [pulseaudio-discuss] connect pulse to jack - headless

2013-10-04 Thread Tanu Kaskinen
On Fri, 2013-10-04 at 19:15 +1000, Patrick Shirkey wrote: Hi, Can anyone point me to instructions for connecting pulse to jack in headless mode? I can run jack like this: eval dbus-launch --auto-syntax export

[pulseaudio-discuss] [PATCH v2] simple: Improve pa_simple_read() documentation

2013-10-04 Thread Tanu Kaskinen
From: Tanu Kaskinen ta...@iki.fi There was a question in IRC about whether pa_simple_read() blocks or not. It's already documented on the simple API overview page, but it's good to say it also in the function reference. As a bonus, I added some additional details to the documentation too. ---

Re: [pulseaudio-discuss] [PATCH 2/2] tunnel-sink-new: use *_new-style for thread_mq init

2013-10-04 Thread Tanu Kaskinen
On Mon, 2013-09-16 at 13:06 +0200, Alexander Couzens wrote: @@ -528,11 +529,14 @@ void pa__done(pa_module *m) { pa_sink_unlink(u-sink); if (u-thread) { -pa_asyncmsgq_send(u-thread_mq.inq, NULL, PA_MESSAGE_SHUTDOWN, NULL, 0, NULL); +

Re: [pulseaudio-discuss] Best Case Latency

2013-10-04 Thread Patrick Shirkey
On Thu, October 3, 2013 11:41 pm, Thomas Martitz wrote: Am 03.10.2013 10:20, schrieb Patrick Shirkey: On Thu, October 3, 2013 5:14 pm, Tanu Kaskinen wrote: That doesn't look healthy. The message is printed when pa_asyncmsgq_post() is called and the message queue is full. The message queue

Re: [pulseaudio-discuss] connect pulse to jack - headless

2013-10-04 Thread Len Ovens
On Fri, 4 Oct 2013, Patrick Shirkey wrote: Hi, Can anyone point me to instructions for connecting pulse to jack in headless mode? I can run jack like this: eval dbus-launch --auto-syntax export

Re: [pulseaudio-discuss] [PATCH 3/3] alsa-ucm: Support Playback/CaptureVolume

2013-10-04 Thread Arun Raghavan
On Mon, 2013-09-30 at 14:06 +0200, David Henningsson wrote: [...] +static void ucm_port_data_free(pa_device_port *port) { +pa_alsa_ucm_port_data *data = PA_DEVICE_PORT_DATA(port); + +if (data-paths) { +pa_hashmap_free(data-paths); +} + +data-path = NULL;

Re: [pulseaudio-discuss] [PATCH] Support building pulseaudio with Android NDK

2013-10-04 Thread Arun Raghavan
On Wed, 2013-10-02 at 09:35 +0200, Anton Lundin wrote: On 28 September, 2013 - Arun Raghavan wrote: On Wed, 2013-09-18 at 16:22 +0200, Anton Lundin wrote: Signed-off-by: Anton Lundin gla...@acc.umu.se --- src/daemon/main.c | 2 +- src/pulsecore/core-util.c | 8

Re: [pulseaudio-discuss] connect pulse to jack - headless

2013-10-04 Thread Len Ovens
On Fri, 4 Oct 2013, Len Ovens wrote: On Fri, 4 Oct 2013, Patrick Shirkey wrote: Hi, Can anyone point me to instructions for connecting pulse to jack in headless mode? I can run jack like this: eval dbus-launch --auto-syntax export