Re: [pulseaudio-discuss] MacOS X Support

2011-03-02 Thread Maarten Bosmans
2011/2/27 Stephen Lee sl33...@gmail.com: I git clone'd master yesterday, successfully compiled, and ran PA on my MacOS X machine.  I was pleasantly surprised to see the Coreaudio modules!  I successfully tunnelled audio from one of my Linux machines to my MacOS X w/o using esound, but I

Re: [pulseaudio-discuss] MacOS X Support

2011-03-02 Thread Colin Guthrie
'Twas brillig, and Maarten Bosmans at 02/03/11 09:51 did gyre and gimble: 2011/2/27 Stephen Lee sl33...@gmail.com: I git clone'd master yesterday, successfully compiled, and ran PA on my MacOS X machine. I was pleasantly surprised to see the Coreaudio modules! I successfully tunnelled audio

Re: [pulseaudio-discuss] [PATCH] introspect: Client-side implementation for has_volume/read_only_volume

2011-03-02 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 01/03/11 20:08 did gyre and gimble: This completes the client-side changes to the protocol extension introduced by commit 99ddca89cdca9b0b92ab9870764f9211e6a82e31 Thanks both. Applied. Am I right Tanu that you'll still be providing a patch at some point to

Re: [pulseaudio-discuss] Problems trying to connecf HFP device

2011-03-02 Thread Franz Glauber
On Tue, Mar 1, 2011 at 5:30 PM, Franz Glauber franze...@gmail.com wrote: On Tue, Mar 1, 2011 at 4:49 PM, Tanu Kaskinen ta...@iki.fi wrote: On Tue, 2011-03-01 at 18:01 +, Colin Guthrie wrote: I'm not sure why there would be such a big pause at the connection stage. Does the big pause only

[pulseaudio-discuss] Some patches towards the goal of a warning-free build

2011-03-02 Thread Maarten Bosmans
There is also a branch available: https://github.com/mkbosmans/pulseaudio/compare/warning-free-build The first commit of that branch is already in master, as it solved a nasty bug. [PATCH 1/4] Get rid of some unused-function compiler warnings Nothing to fancy here, I guess. [PATCH 2/4] Various

[pulseaudio-discuss] [PATCH 1/4] Get rid of some unused-function compiler warnings

2011-03-02 Thread Maarten Bosmans
--- src/daemon/daemon-conf.c |6 ++ src/pulsecore/core-util.c |4 src/pulsecore/memtrap.c |2 +- src/pulsecore/shm.c |2 ++ src/utils/pacat.c |2 ++ 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/daemon/daemon-conf.c

[pulseaudio-discuss] [PATCH 2/4] Various fixes for build warnings

2011-03-02 Thread Maarten Bosmans
--- src/modules/udev-util.c |2 +- src/pulse/volume.c |2 +- src/pulsecore/ltdl-helper.c |4 ++-- src/tests/mainloop-test.c |2 +- src/tests/mix-test.c| 10 ++ 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src/modules/udev-util.c

[pulseaudio-discuss] [PATCH 3/4] configure: Drop some warnings

2011-03-02 Thread Maarten Bosmans
Drop -Winline and set -Wstrict-aliasing level to its default. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 21dae30..77959a2 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ if test x$M4 = xno ; then

[pulseaudio-discuss] Some patches towards the goal of a warning-free build

2011-03-02 Thread Maarten Bosmans
There is also a branch available: https://github.com/mkbosmans/pulseaudio/compare/warning-free-build The first commit of that branch is already in master, as it solved a nasty bug. [PATCH 1/4] Get rid of some unused-function compiler warnings Nothing to fancy here, I guess. [PATCH 2/4] Various

Re: [pulseaudio-discuss] [PATCH 2/4] Various fixes for build warnings

2011-03-02 Thread Colin Guthrie
'Twas brillig, and Maarten Bosmans at 02/03/11 11:41 did gyre and gimble: diff --git a/src/tests/mainloop-test.c b/src/tests/mainloop-test.c index 3ec6d11..75b77b5 100644 --- a/src/tests/mainloop-test.c +++ b/src/tests/mainloop-test.c @@ -48,7 +48,7 @@ static pa_defer_event *de; static

[pulseaudio-discuss] What's module-gconf do?

2011-03-02 Thread Ng Oon-Ee
Hi, some googling and the normally reliable (but slightly old) pulseaudio wiki doesn't show anything, what's module-gconf do specifically? ___ pulseaudio-discuss mailing list pulseaudio-discuss@mail.0pointer.de

Re: [pulseaudio-discuss] What's module-gconf do?

2011-03-02 Thread Michał Sawicz
Dnia 2011-03-02, śro o godzinie 20:59 +0800, Ng Oon-Ee pisze: Hi, some googling and the normally reliable (but slightly old) pulseaudio wiki doesn't show anything, what's module-gconf do specifically? It reads and applies some network-related and simultaneous output preferences on runtime,

Re: [pulseaudio-discuss] What's module-gconf do?

2011-03-02 Thread Ng Oon-Ee
On Wed, 2011-03-02 at 14:23 +0100, Michał Sawicz wrote: Dnia 2011-03-02, śro o godzinie 20:59 +0800, Ng Oon-Ee pisze: Hi, some googling and the normally reliable (but slightly old) pulseaudio wiki doesn't show anything, what's module-gconf do specifically? It reads and applies some

Re: [pulseaudio-discuss] [PATCH 2/4] Various fixes for build warnings

2011-03-02 Thread Maarten Bosmans
2011/3/2 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and Maarten Bosmans at 02/03/11 11:41 did gyre and gimble: diff --git a/src/tests/mainloop-test.c b/src/tests/mainloop-test.c index 3ec6d11..75b77b5 100644 --- a/src/tests/mainloop-test.c +++ b/src/tests/mainloop-test.c @@ -48,7

Re: [pulseaudio-discuss] What's module-gconf do?

2011-03-02 Thread Colin Guthrie
'Twas brillig, and Ng Oon-Ee at 02/03/11 13:36 did gyre and gimble: On Wed, 2011-03-02 at 14:23 +0100, Michał Sawicz wrote: Dnia 2011-03-02, śro o godzinie 20:59 +0800, Ng Oon-Ee pisze: Hi, some googling and the normally reliable (but slightly old) pulseaudio wiki doesn't show anything, what's

Re: [pulseaudio-discuss] What's module-gconf do?

2011-03-02 Thread Michał Sawicz
Dnia 2011-03-02, śro o godzinie 21:36 +0800, Ng Oon-Ee pisze: So it would just do nothing if I do not use paprefs? Depends on what are the default for the schema. See /system/pulseaudio/ in gconf-editor. If any of the modules listed there are enabled, the gconf module will load them with the

Re: [pulseaudio-discuss] pulseaudio: module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect!

2011-03-02 Thread Maarten Bosmans
2011/3/2 Andriy Gapon a...@freebsd.org: on 02/03/2011 17:18 Michal Varga said the following: On Wed, 2011-03-02 at 16:13 +0100, Michal Varga wrote: So instead of fixing things like these in ports, I'd say the issue should be reported/fix submitted to upstream, it's pretty much possible that

Re: [pulseaudio-discuss] [PATCH] introspect: Client-side implementation for has_volume/read_only_volume

2011-03-02 Thread Tanu Kaskinen
On Wed, 2011-03-02 at 11:20 +, Colin Guthrie wrote: 'Twas brillig, and Arun Raghavan at 01/03/11 20:08 did gyre and gimble: This completes the client-side changes to the protocol extension introduced by commit 99ddca89cdca9b0b92ab9870764f9211e6a82e31 Thanks both. Applied. Am I

Re: [pulseaudio-discuss] MacOS X Support

2011-03-02 Thread Daniel Mack
On Mar 2, 2011 8:16 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Maarten Bosmans at 02/03/11 09:51 did gyre and gimble: 2011/2/27 Stephen Lee sl33...@gmail.com: I git clone'd master yesterday, successfully compiled, and ran PA on my MacOS X machine. I was pleasantly

Re: [pulseaudio-discuss] Windows binaries

2011-03-02 Thread Daniel Mack
On Feb 26, 2011 10:00 PM, Sean McNamara smc...@gmail.com wrote: Hi, On Fri, Feb 25, 2011 at 8:28 AM, Maarten Bosmans mkbosm...@gmail.com wrote: As the patches that make it possible to build pulse on win32 should land in master any moment now, I thought it would be a good time to make the

Re: [pulseaudio-discuss] Windows binaries

2011-03-02 Thread Sean McNamara
On Wed, Mar 2, 2011 at 7:10 PM, Daniel Mack zon...@gmail.com wrote: On Feb 26, 2011 10:00 PM, Sean McNamara smc...@gmail.com wrote: Hi, On Fri, Feb 25, 2011 at 8:28 AM, Maarten Bosmans mkbosm...@gmail.com wrote: As the patches that make it possible to build pulse on win32 should land in

Re: [pulseaudio-discuss] Windows binaries

2011-03-02 Thread Daniel Mack
On Mar 2, 2011 9:32 PM, Sean McNamara smc...@gmail.com wrote: On Wed, Mar 2, 2011 at 7:10 PM, Daniel Mack zon...@gmail.com wrote: On Feb 26, 2011 10:00 PM, Sean McNamara smc...@gmail.com wrote: Hi, On Fri, Feb 25, 2011 at 8:28 AM, Maarten Bosmans mkbosm...@gmail.com wrote: As

[pulseaudio-discuss] Configuring PulseAudio to use ALSA PCM plugin

2011-03-02 Thread Ben C
Hello, I'm trying to configure PulseAudio to use an ALSA PCM plugin in the audio chain. PulseAudio as been configured with: load-module module-alsa-sink device=my_sink And ALSA has been configured with: pcm.my_sink { type my_pcm_plugin slave.pcm hw:0,0 } However, my_sink seems to get

Re: [pulseaudio-discuss] Configuring PulseAudio to use ALSA PCM plugin

2011-03-02 Thread Ng Oon-Ee
On Wed, 2011-03-02 at 18:16 -0800, Ben C wrote: Hello, I'm trying to configure PulseAudio to use an ALSA PCM plugin in the audio chain. PulseAudio as been configured with: load-module module-alsa-sink device=my_sink And ALSA has been configured with: pcm.my_sink { type

Re: [pulseaudio-discuss] [RFC] Alsa UCM integration.

2011-03-02 Thread Margarita Olaya
On Tue, Mar 1, 2011 at 9:20 AM, Liam Girdwood l...@slimlogic.co.uk wrote: On Mon, 2011-02-28 at 22:34 +0200, Tanu Kaskinen wrote: On Sun, 2011-02-27 at 22:53 -0600, Margarita Olaya wrote: Hi Tanu, On Sat, Feb 26, 2011 at 2:07 AM, Tanu Kaskinen ta...@iki.fi wrote: On Fri, 2011-02-25 at

[pulseaudio-discuss] Skype masking notifications as phone stream

2011-03-02 Thread Marko Doda
Skype supports pulseaudio, but its kinda buggy, notification sounds get published to pulseaudio as phone streams and the default pulseaudio responds by muting everything else. I solved it by commenting load-module module-cork-music-on-phone ___