Re: [pulseaudio-discuss] - wrap around when recording output.monitor

2010-09-15 Thread Mads Kiilerich
Baek Chang wrote, On 09/16/2010 02:26 AM: looks like in the remap_channels method, calling oil_vectoradd_s16, the constant to multiply by is set to 1. if (r-map_table[oc][ic] = 1.0) { static const int16_t one = 1;

Re: [pulseaudio-discuss] Audio will stutter unless Volume Control is running

2010-08-07 Thread Mads Kiilerich
Tako Schotanus wrote, On 08/07/2010 01:06 PM: I have this strange problem where in some applications (for example Penumbra Overture or Chromium) audio will stutter unless I have the Volume Control running. I run it and the stuttering goes away, I close it and it comes back again. That is

Re: [pulseaudio-discuss] Basic PulseAudio microphone input

2010-06-14 Thread Mads Kiilerich
On 06/14/2010 03:41 PM, José Tomás Tocino García wrote: Hi there, I'm developing a musical game, and to get the microphone input I've been using Portaudio, but it's been giving me some errors and I'm looking for an alternative. Pulseaudio looks great, and I've been trying to find a Hello world

Re: [pulseaudio-discuss] Help with Udev Please

2010-05-19 Thread Mads Kiilerich
On 05/19/2010 02:45 AM, Jim Duda wrote: Pulseaudio fails to detect any of my audio cards, I have two cards. That probably means that ALSA fails to detect them. PA is just the messenger. On 05/18/2010 07:50 PM, David Henningsson wrote: Looks like a syntax error in one of the udev rules.

Re: [pulseaudio-discuss] regression in pacat

2010-02-17 Thread Mads Kiilerich
On 02/17/2010 09:45 AM, Colin Guthrie wrote: 'Twas brillig, and Lennart Poettering at 17/02/10 02:36 did gyre and gimble: On Thu, 11.02.10 23:34, Colin Guthrie (gm...@colin.guthr.ie) wrote: 'Twas brillig, and Colin Guthrie at 11/02/10 22:52 did gyre and gimble: 'Twas brillig, and pl bossart

Re: [pulseaudio-discuss] default output for Applications

2010-01-26 Thread Mads Kiilerich
On 01/26/2010 09:51 AM, Colin Guthrie wrote: Here is an article you may find enlightening: http://0pointer.de/blog/projects/guide-to-sound-apis.html Lennart, please consider moving that posting to the wiki. It is amazing that this 1½ year old posting remains a valuable resource even though

Re: [pulseaudio-discuss] Stream volumes as the universal volume adjustment method

2010-01-09 Thread Mads Kiilerich
Tanu Kaskinen wrote, On 01/08/2010 05:32 AM: pe, 2010-01-08 kello 01:02 +0100, Mads Kiilerich kirjoitti: FWIW I would make the opposite conclusion. The listening condition often changes, and thus I often and quickly want to adjust the volume of all streams. The relative volume

Re: [pulseaudio-discuss] Is running as user smart or dumb?

2010-01-02 Thread Mads Kiilerich
A couple of observations and comments to the long discussion from a lurker on this list, obviously with a big IMHO disclaimer. I ended up writing too much, but the final conclusion is short ;-) Bill Cox wrote, On 01/01/2010 03:52 AM: Since I didn't get much response with my more polite

[pulseaudio-discuss] Closing audio device and volume control

2009-12-25 Thread Mads Kiilerich
Lennart Poettering wrote, On 12/24/2009 05:47 PM: My recommendation is to fix you app not to keep the audio device open. That simply has the effect of wasting power. In that case, how is the user expected to control the volume etc for this application? It seems like Pidgin does exactly

Re: [pulseaudio-discuss] Help for debugging a firefox/flashplugin/pulseaudio issue

2009-12-25 Thread Mads Kiilerich
Ozan Çağlayan wrote, On 12/22/2009 11:48 PM: From time to time and especially when that firefox is left running for a long time(possibly left running while one of the tabs I've mentioned was *playing* some music); firefox stops playing sounds. It's also quite possible that the user locks his

Re: [pulseaudio-discuss] [PATCH] Some trivial fixes for some documentation typos

2009-12-25 Thread Mads Kiilerich
Ping? /Mads m...@kiilerich.com wrote, On 12/11/2009 04:20 PM: Note the FIXME on pa_asyncq_before_poll_post - I really don't understand what Lennart meant there. Note also the willneed/will_need inconsistency. I guess it could be nice to ASAP choose one of them and introduce a backward

Re: [pulseaudio-discuss] pa_stream_seek ... not

2009-12-23 Thread Mads Kiilerich
Lennart Poettering wrote, On 12/22/2009 07:00 PM: On Mon, 14.12.09 20:16, Mads Kiilerich (m...@kiilerich.com) wrote: The streams.h documentation tells how the write pointer can be moved with pa_stream_write() - and reset with pa_stream_flush(). But AFAICS there is no way to move the write

[pulseaudio-discuss] pa_stream_seek ... not

2009-12-22 Thread Mads Kiilerich
The streams.h documentation tells how the write pointer can be moved with pa_stream_write() - and reset with pa_stream_flush(). But AFAICS there is no way to move the write pointer without writing anything. pa_stream_write() has assertion on data not being NULL and doesn't move the pointer if

[pulseaudio-discuss] [PATCH] Fix docstring reference to pa_simple_get_latency

2009-11-12 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich m...@kiilerich.com # Date 1258042240 -3600 # Node ID ab263dc2ba9da2c5cb3c0bbd8938e4e26d381376 # Parent 94d71d0953a5d4976547ec1cd63cbe3c5a913198 Fix docstring reference to pa_simple_get_latency diff --git a/src/pulse/simple.h b/src/pulse/simple.h