Re: [pulseaudio-discuss] [PATCH] volume: Get more data from volume tests

2011-04-18 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 17/04/11 11:58 did gyre and gimble: This makes the volume tests run in two loops and print the minimum, maximum and standard deviation of readings from the inner loop. This makes it easier to reason out performance drops (i.e. algorithmic problems vs. other

Re: [pulseaudio-discuss] Is this a Pulseaudio bug or a Vala bug? (v2)

2011-04-18 Thread Colin Guthrie
'Twas brillig, and Alexander Kurtz at 16/04/11 20:57 did gyre and gimble: Please merge this into master if you have no objections. Well you know this stuff better than me. I've merged it in my tree now. Sean if you have any objections please shout before I push it (likely tomorrow). Alexander,

Re: [pulseaudio-discuss] [PATCH v2] call-state-tracker: New component.

2011-04-18 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 06/04/11 16:23 did gyre and gimble: On Wed, 2011-04-06 at 14:23 +0100, Colin Guthrie wrote: 'Twas brillig, and Tanu Kaskinen at 06/04/11 12:33 did gyre and gimble: +/* This is a shared singleton object, currently used by Meego's voice and + * policy

Re: [pulseaudio-discuss] [PATCH v2] call-state-tracker: New component.

2011-04-18 Thread Tanu Kaskinen
On Mon, 2011-04-18 at 11:35 +0300, Colin Guthrie wrote: I'd be interested in implementing at some point (no promises or timelines) a small framework for making inter-module communication easier, or at least cleaner (this kind of hacks in pulsecore are actually very easy to work with, but

Re: [pulseaudio-discuss] Pulseaudio recording device re-direct from local machine over cable broadband to remote server / latency problem

2011-04-18 Thread Nick Holloway
Thanks Sean and Marten, this has answered my question, very much appreciated. I had hoped to send my local machine's microphone (for voice) over the Internet to the remote machine, but through all the various configuration I've done the delay/latency problem persists. Ah well, I had fun trying!

Re: [pulseaudio-discuss] Pulseaudio recording device re-direct from local machine over cable broadband to remote server / latency problem

2011-04-18 Thread Maarten Bosmans
2011/4/18 Nick Holloway ourm...@hotmail.com: Thanks Sean and Marten, this has answered my question, very much appreciated. I had hoped to send my local machine's microphone (for voice) over the Internet to the remote machine, but through all the various configuration I've done the

Re: [pulseaudio-discuss] Pulseaudio recording device re-direct from local machine over cable broadband to remote server / latency problem

2011-04-18 Thread Nick Holloway
Thanks again Marteen, I'll follow your advice. My goal has been to take the microphone output from the local machine and relay it to voice recognition software on the remote server... the voice recognition software (Dragon Naturally Speaking) insists on sampling the speech from the mic-in on

Re: [pulseaudio-discuss] RFC: Filter module loader

2011-04-18 Thread Arun Raghavan
On Fri, 2011-04-15 at 17:27 +0200, Colin Guthrie wrote: Hi, Here is my first draft of a filter module to automatically load equalizer and/or echo-cancel modules if automagically and in a manual but convenient way. [...] Nice! Tested here and works well. :) One thing that I've not really