Re: [pulseaudio-discuss] [PATCH 0/2] Fix mingw32 compile problems

2011-06-17 Thread Maarten Bosmans
2011/6/17 Fritz Elfert : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > Next two mails are two patches that fix a compile problem when > cross-building in a mingw32 environment which has mingw32-pthreads > installed. > > Originally, I created a pull request for > https://github.com/m

[pulseaudio-discuss] [PATCH 2/2] - Do not use sched_get_priority... on mingw with win32 pthreads installed

2011-06-17 Thread Fritz Elfert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --- src/daemon/daemon-conf.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c index 633c315..67b772a 100644 - --- a/src/daemon/daemon-conf.c +++ b/src/daemon/daemon-conf.

[pulseaudio-discuss] [PATCH 0/2] Fix mingw32 compile problems

2011-06-17 Thread Fritz Elfert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Next two mails are two patches that fix a compile problem when cross-building in a mingw32 environment which has mingw32-pthreads installed. Originally, I created a pull request for https://github.com/mkbosmans/pulseaudio.git However, mkbosmans s

[pulseaudio-discuss] [PATCH 1/2] - Disable check for pthreads on win32

2011-06-17 Thread Fritz Elfert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --- configure.ac |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 56d4e63..b79e0e0 100644 - --- a/configure.ac +++ b/configure.ac @@ -433,7 +433,10 @@ AC_CHECK_DEFINE([INADDR_NONE], [netine

Re: [pulseaudio-discuss] [RFC] Changing the way our saved database files are stored from blob to tagstruct.

2011-06-17 Thread Arun Raghavan
On Fri, 2011-06-17 at 12:15 +0100, Colin Guthrie wrote: > 'Twas brillig, and Colin Guthrie at 06/06/11 19:33 did gyre and gimble: > > Hi, > > > > I'm intending on changing module-device-restore to store some elements > > of sink proplists (for Arun and Pierre's passthrough work in order to > > all

Re: [pulseaudio-discuss] [RFC] Source Output Volumes

2011-06-17 Thread Arun Raghavan
On Fri, 2011-06-17 at 12:15 +0100, Colin Guthrie wrote: > 'Twas brillig, and Colin Guthrie at 20/05/11 09:50 did gyre and gimble: > > Hello, > > > > As some of you know I've been working on restoring a little more > > symmetry to our API to allow the adjustment of source output (capture > > stream

Re: [pulseaudio-discuss] how's fighting rewind going?

2011-06-17 Thread Lu Guanqun
On Sat, Jun 18, 2011 at 12:49:33AM +0800, David Henningsson wrote: > PulseAudio has some packet overhead, and rewinding has some extra > overhead. Here's how it gets stuck: > > When PulseAudio's buffer is empty, and a new packet comes in that is to > be played immediately, that causes a rewind.

Re: [pulseaudio-discuss] how's fighting rewind going?

2011-06-17 Thread David Henningsson
On 2011-06-17 16:22, Lu Guanqun wrote: On Fri, Jun 17, 2011 at 03:43:53PM +0800, David Henningsson wrote: On 2011-06-17 09:13, Lu Guanqun wrote: Hi David, On Fri, Jun 17, 2011 at 02:31:41PM +0800, David Henningsson wrote: On 2011-06-17 02:21, Lu Guanqun wrote: Hi David, How's your fighting

Re: [pulseaudio-discuss] Bluetooth HSP sink is more likely to cause buffer underrun when moving a live stream to it from ALSA, how to ask application to write more data?

2011-06-17 Thread Lin, Mengdong
> As far as I understand it, this information is already supplied to the > application via the timing information and underrun callbacks. > > When an underrun is hit, it would make sense that the applications > checks the latency information and adjusts it's flow rate accordingly. > Thank you, Co

[pulseaudio-discuss] Missing analog profiles

2011-06-17 Thread Spidey / Claudio
The first time I've installed Pulse Audio, I had multiple profiles for my onboard hda_intel sound board, and a single digital out profile for my ATI hdmi card. Perfectly. Phonon acted weird, then I discovered about the xdg autostart .desktop file. Executed the phonon/kde script and then everything

Re: [pulseaudio-discuss] how's fighting rewind going?

2011-06-17 Thread Lu Guanqun
On Fri, Jun 17, 2011 at 03:43:53PM +0800, David Henningsson wrote: > On 2011-06-17 09:13, Lu Guanqun wrote: > > Hi David, > > > > On Fri, Jun 17, 2011 at 02:31:41PM +0800, David Henningsson wrote: > >> On 2011-06-17 02:21, Lu Guanqun wrote: > >>> Hi David, > >>> > >>> How's your fighting rewind goi

Re: [pulseaudio-discuss] How to use "sco_sink" and "sco_source" in the bluetooth device module?

2011-06-17 Thread Tanu Kaskinen
On Thu, 2011-06-16 at 10:57 +0300, Tanu Kaskinen wrote: > Our patches are available at > http://meego.gitorious.org/maemo-multimedia/pulseaudio/commits/patches > (which reminds me that I should push the latest patches there again - > the last update seems to be from April). Pushed. I also updated

Re: [pulseaudio-discuss] [RFC] Source Output Volumes

2011-06-17 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 20/05/11 09:50 did gyre and gimble: > Hello, > > As some of you know I've been working on restoring a little more > symmetry to our API to allow the adjustment of source output (capture > stream) volumes. > > In the past, when stream volumes were added to sink

Re: [pulseaudio-discuss] [RFC] Changing the way our saved database files are stored from blob to tagstruct.

2011-06-17 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 06/06/11 19:33 did gyre and gimble: > Hi, > > I'm intending on changing module-device-restore to store some elements > of sink proplists (for Arun and Pierre's passthrough work in order to > allow the user to specify what formats his receiver supports). > > In

Re: [pulseaudio-discuss] Bluetooth HSP sink is more likely to cause buffer underrun when moving a live stream to it from ALSA, how to ask application to write more data?

2011-06-17 Thread Colin Guthrie
'Twas brillig, and Lin, Mengdong at 17/06/11 03:36 did gyre and gimble: > What other method can I try? How to ask the application to feed more data? As far as I understand it, this information is already supplied to the application via the timing information and underrun callbacks. When an underr

Re: [pulseaudio-discuss] understanding PA cork/uncorking scenarios

2011-06-17 Thread Colin Guthrie
'Twas brillig, and Himanshu Chug at 16/06/11 10:39 did gyre and gimble: > Thanks Tanu for the clarifications. > > But the doubt is still , who is actually sending the pause(cork) event > to pulsesink or gst, either or both of these: > 1. module-x11-cork-request with X11 keyboard events > 2. src/pu

[pulseaudio-discuss] RFC: Disable module-x11-cork-request by default?

2011-06-17 Thread Colin Guthrie
Hi, Should we? I've disabled this in my packages for ages, so no change for me, but what about the wider community. I find that the lack of stateful care as to the current state means that this module fails some of the time. We do try to do stateful tracking in the cork-music-on-phone module, s

Re: [pulseaudio-discuss] Stream move + latency problems

2011-06-17 Thread Colin Guthrie
'Twas brillig, and Arun Raghavan at 15/06/11 00:43 did gyre and gimble: > Hey folks, > As Amanda and Alejandro reported and debugged (thanks to both of you for > the analysis!), there seem to be problems with latency calculations on > stream moves. I've spotted 2 issues so far. > > 1. Latency calc

Re: [pulseaudio-discuss] GStreamer pulsesrc issue (with patch suggestion)

2011-06-17 Thread Colin Guthrie
'Twas brillig, and Erik Botö at 15/06/11 12:09 did gyre and gimble: > Hi, > > The reason I'm sending this mail here is that the gst-pulse-plugins > are shipped in the ext/ dir in gst-plugins-good and I figured that it > might belong here. > > I've run into a problem with using pulsesrc and findty

Re: [pulseaudio-discuss] how's fighting rewind going?

2011-06-17 Thread David Henningsson
On 2011-06-17 09:13, Lu Guanqun wrote: Hi David, On Fri, Jun 17, 2011 at 02:31:41PM +0800, David Henningsson wrote: On 2011-06-17 02:21, Lu Guanqun wrote: Hi David, How's your fighting rewind going? Now, I find there's a rewind flood in my environment, and it's doing a rewrite rewind all the

Re: [pulseaudio-discuss] how's fighting rewind going?

2011-06-17 Thread Lu Guanqun
Hi David, On Fri, Jun 17, 2011 at 02:31:41PM +0800, David Henningsson wrote: > On 2011-06-17 02:21, Lu Guanqun wrote: > > Hi David, > > > > How's your fighting rewind going? > > > > Now, I find there's a rewind flood in my environment, and it's doing a > > rewrite rewind all the times. At the time