Re: [pulseaudio-discuss] [gentoo-user] PulseAudio 1.0-r1 + Skype == Garbled output sound

2011-09-29 Thread Arun Raghavan
On Thu, 2011-09-29 at 02:56 -0300, Spidey / Claudio wrote: [...] My bad, hadn't synced yet before that post. I'll test it throughly and tomorrow (today, 29/09) I'll give feedback. Can you reproduce the reported error? I won't file the bug just yet. Nope -- the mic works just fine for me and a

Re: [pulseaudio-discuss] ask about passthrough support

2011-09-29 Thread Lu Guanqun
On Thu, Sep 08, 2011 at 02:09:33AM +0800, Arun Raghavan wrote: [...] 3. To be able to use passthrough, do we still need changes on Gstreamer? Therefore people can simply use something like 'gst-launch xxx'. And how's that status? The base stuff is in git master, and some of it is en route

Re: [pulseaudio-discuss] ask about passthrough support

2011-09-29 Thread Arun Raghavan
Hi Guanqun, On Thu, 2011-09-29 at 15:52 +0800, Lu Guanqun wrote: On Thu, Sep 08, 2011 at 02:09:33AM +0800, Arun Raghavan wrote: [...] 3. To be able to use passthrough, do we still need changes on Gstreamer? Therefore people can simply use something like 'gst-launch xxx'. And how's that

Re: [pulseaudio-discuss] ask about passthrough support

2011-09-29 Thread Arun Raghavan
On Thu, 2011-09-29 at 16:32 +0800, Lu Guanqun wrote: Hi Arun, On Thu, Sep 29, 2011 at 04:02:48PM +0800, Arun Raghavan wrote: [...] Take a look at http://pulseaudio.org/wiki/Passthrough -- it gives you the basic steps to set things up. I'll try to write up something more comprehensive

Re: [pulseaudio-discuss] ask about passthrough support

2011-09-29 Thread Lu Guanqun
On Thu, Sep 29, 2011 at 04:39:39PM +0800, Arun Raghavan wrote: [...] So you're in a mode that supports digital output (S/PDIF or HDMI) and the appropriate formats are set on the sink? If yes, then the output of Which format should I set on the sink to make the passthrough work? pactl list and

Re: [pulseaudio-discuss] ask about passthrough support

2011-09-29 Thread Arun Raghavan
On Thu, 2011-09-29 at 16:46 +0800, Lu Guanqun wrote: [...] Sink #0 State: IDLE Name: alsa_output.pci-_00_1b.0.hdmi-stereo Description: Internal Audio Digital Stereo (HDMI) [...] Formats: pcm Looks like you didn't set the supports formats on the

[pulseaudio-discuss] [PATCH] osx: don't build the once-test binary on OS X

2011-09-29 Thread Daniel Mack
From: Daniel Mack dan...@caiaq.de This patch was already added earlier with commit ID 2f86ba4f, but the changes got reverted by commit 3adc43b (win32: Make once-test work). However, this still doesn't work on OSX as here, pthread is in general available, but the barrier APIs aren't. ---

Re: [pulseaudio-discuss] [PATCH] stream-restore: simple fallback volume table

2011-09-29 Thread Tanu Kaskinen
On Thu, 2011-04-21 at 14:40 +0300, Tanu Kaskinen wrote: On Thu, 2011-04-21 at 14:31 +0300, Tanu Kaskinen wrote: From: Marc-André Lureau marcandre.lur...@gmail.com Comment from Tanu Kaskinen: I made a few tweaks, so blame me if the patch contains bugs. The commit message is a bit

[pulseaudio-discuss] [PATCH 0/3] Results from debugging a rewind problem

2011-09-29 Thread Tanu Kaskinen
module-null-sink has a bug (fix to be posted later) that causes it to use 10 second buffer instead of the intended 2 second buffer. That's actually sort of nice, because that made another bug visible. When moving streams away from the null sink, streams sometimes played silence for a while to the

[pulseaudio-discuss] [PATCH 1/3] sink: Move updating the requested latency after the rewind request when finishing a stream move.

2011-09-29 Thread Tanu Kaskinen
--- src/pulsecore/sink.c | 29 +++-- 1 files changed, 23 insertions(+), 6 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index 05b08aa..a2642b4 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -2330,6 +2330,18 @@ int

[pulseaudio-discuss] [PATCH 2/3] sink: Add some comments about the rewind handling during stream moves.

2011-09-29 Thread Tanu Kaskinen
--- src/pulsecore/sink.c | 58 ++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index a2642b4..53cab32 100644 --- a/src/pulsecore/sink.c +++ b/src/pulsecore/sink.c @@ -2403,6 +2403,46

[pulseaudio-discuss] [PATCH 3/3] memblockq: Improve debuggability by storing a name and a sample spec.

2011-09-29 Thread Tanu Kaskinen
These are not used for anything at this point, but this makes it easy to add ad-hoc debug prints that show the memblockq name and to convert between bytes and usecs. --- src/modules/echo-cancel/module-echo-cancel.c |8 src/modules/module-combine-sink.c|3 ++-

Re: [pulseaudio-discuss] [gentoo-user] PulseAudio 1.0-r1 + Skype == Garbled output sound

2011-09-29 Thread Jan Steffens
On Thu, Sep 29, 2011 at 8:19 AM, Arun Raghavan arun.ragha...@collabora.co.uk wrote: On Thu, 2011-09-29 at 02:56 -0300, Spidey / Claudio wrote: [...] My bad, hadn't synced yet before that post. I'll test it throughly and tomorrow (today, 29/09) I'll give feedback. Can you reproduce the

Re: [pulseaudio-discuss] [PATCH] osx: don't build the once-test binary on OS X

2011-09-29 Thread Maarten Bosmans
2011/9/29 Daniel Mack zon...@gmail.com: From: Daniel Mack dan...@caiaq.de This patch was already added earlier with commit ID 2f86ba4f, but the changes got reverted by commit 3adc43b (win32: Make once-test work). That would be my fault. However, this still doesn't work on OSX as here,

Re: [pulseaudio-discuss] [PATCH 2/3] sink: Add some comments about the rewind handling during stream moves.

2011-09-29 Thread Maarten Bosmans
Warning bikeshed ahead. 2011/9/29 Tanu Kaskinen tanu.kaski...@digia.com: ---  src/pulsecore/sink.c |   58 ++  1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index a2642b4..53cab32

Re: [pulseaudio-discuss] [PATCH] stream-restore: simple fallback volume table

2011-09-29 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 29/09/11 15:44 did gyre and gimble: On Thu, 2011-04-21 at 14:40 +0300, Tanu Kaskinen wrote: On Thu, 2011-04-21 at 14:31 +0300, Tanu Kaskinen wrote: From: Marc-André Lureau marcandre.lur...@gmail.com Comment from Tanu Kaskinen: I made a few tweaks, so blame

Re: [pulseaudio-discuss] [gentoo-user] PulseAudio 1.0-r1 + Skype == Garbled output sound

2011-09-29 Thread Spidey / Claudio
On Thu, Sep 29, 2011 at 15:57, Jan Steffens jan.steff...@gmail.com wrote: On Thu, Sep 29, 2011 at 8:19 AM, Arun Raghavan arun.ragha...@collabora.co.uk wrote: On Thu, 2011-09-29 at 02:56 -0300, Spidey / Claudio wrote: [...] My bad, hadn't synced yet before that post. I'll test it throughly