[pulseaudio-discuss] stream and master volume below 50% mutes audio

2009-02-11 Thread Brian J. Murrell
I posted a bug about this in trac (http://pulseaudio.org/ticket/438) but my attempts to try to explain and get confirmation of the un- intuitiveness (in the least) of this problem seem to have gone unanswered. Perhaps I am not following some proper process to re-open a ticket. I was hoping to

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Jason Taylor
Thats cool... I've been playing around with some roles with python, things of noticed so far... - A paused (no one uses stop any more right?) music/video player will still have an active stream (both banshee and rhythmbox do this) blocking other music players, - Muting music players for totem-aud

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Lennart Poettering
On Fri, 06.02.09 04:35, Lennart Poettering (lenn...@poettering.net) wrote: > > On Wed, 28.01.09 13:44, Bastian, Waldo (waldo.bast...@intel.com) wrote: > > > > 2) Add a GStreamer interface for events like this. > > > > > > 3) If a client doesn't handle these request the streams in question > > >

Re: [pulseaudio-discuss] ticket #79 - disable IPv6 support

2009-02-11 Thread Lennart Poettering
On Wed, 11.02.09 11:12, Iain Hibbert (plu...@rya-online.net) wrote: Patch looks mostly good. Except this: > -if (connect(fd, af == AF_INET ? (struct sockaddr*) &sa4 : (struct > sockaddr*) &sa6, (socklen_t) (af == AF_INET ? sizeof(sa4) : sizeof(sa6))) < > 0) { > +if (af == AF_INET && con

[pulseaudio-discuss] ARM specific opts tips?

2009-02-11 Thread Loïc Minier
Hi there, Ubuntu uses PulseAudio by default -- even on the armel port which is armv5t, no FPU. We're considering providing alternate flavours of key libs with hardware FPU turned on (selected at runtime thanks to hwcap). I wonder whether readers would have any good tip on tuning Puls

[pulseaudio-discuss] Summary of the PulseAudio/GStreamer meeting at FOSDEM

2009-02-11 Thread Lennart Poettering
Heya! At FOSDEM in Brussels this WE the GStreamer folks and I sat down to discuss how to improve interfacing between GStreamer and PulseAudio. Here's a short, rough summary of that meeting: First topic: zero-copy/latency/... (This is a bit vague, I know) Currently writing sinks for GStreamer ki

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Lennart Poettering
On Wed, 11.02.09 16:55, Marc-André Lureau (marcandre.lur...@gmail.com) wrote: > >> Hi Lennart, > >> I like the idea of modules being able to send events to a client. That > >> would > >> work for clients who connect directly to pulseaudio, with some additional > >> modifications internally. For e

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Marc-André Lureau
On Wed, Feb 11, 2009 at 6:53 PM, Lennart Poettering wrote: > On Wed, 11.02.09 17:03, Marc-André Lureau (marcandre.lur...@gmail.com) wrote: > >> >> hi again >> >> On Wed, Feb 11, 2009 at 4:33 PM, Lennart Poettering >> wrote: >> > network transparency/thin client stuff. In addition to that none of

Re: [pulseaudio-discuss] ticket #79 - disable IPv6 support

2009-02-11 Thread Jim Carter
On Wed, 11 Feb 2009, Iain Hibbert wrote: > I have worked on this, and new complete patch is attached - added > HAVE_IPV6 to the config.h file and the configure script enables it by > default, providing a '-disable-ipv6' option to turn it off if required. I > didn't make an actual 'test for IPv6' a

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Lennart Poettering
On Wed, 11.02.09 17:03, Marc-André Lureau (marcandre.lur...@gmail.com) wrote: > > hi again > > On Wed, Feb 11, 2009 at 4:33 PM, Lennart Poettering > wrote: > > network transparency/thin client stuff. In addition to that none of > > the relevant media players really supports MPRIS. (Where's Rhyt

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Marc-André Lureau
hi again On Wed, Feb 11, 2009 at 4:33 PM, Lennart Poettering wrote: > network transparency/thin client stuff. In addition to that none of > the relevant media players really supports MPRIS. (Where's Rhythmbox? > Where is Totem? Where is Banshee?)  I am a bit unsure how to map the > http://www.ku

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Marc-André Lureau
Hi On Wed, Feb 11, 2009 at 4:33 PM, Lennart Poettering wrote: > On Fri, 06.02.09 16:04, pl bossart (bossart.nos...@gmail.com) wrote: > >> Hi Lennart, >> I like the idea of modules being able to send events to a client. That would >> work for clients who connect directly to pulseaudio, with some a

Re: [pulseaudio-discuss] why command_cork_playback_stream() will be invoked many times?

2009-02-11 Thread Lennart Poettering
On Fri, 06.02.09 16:04, pl bossart (bossart.nos...@gmail.com) wrote: > Hi Lennart, > I like the idea of modules being able to send events to a client. That would > work for clients who connect directly to pulseaudio, with some additional > modifications internally. For example the pulsesink would

Re: [pulseaudio-discuss] ticket #79 - disable IPv6 support

2009-02-11 Thread Iain Hibbert
On Tue, 10 Feb 2009, Jim Carter wrote: > On Sat, 7 Feb 2009, Iain Hibbert wrote: > > > I found a need to disable IPv6 support and found that this was discussed > > in ticket #79 but closed with "send a patch if you want it" comment but > > nobody seems to have done so. > > > > I have prepared a pat