Re: [pulseaudio-discuss] [PATCH] alsa-mixer: When setting hw volume, round always up with playback and always down with capture.

2011-05-17 Thread Tanu Kaskinen
On Mon, 2011-05-16 at 21:22 +0100, Colin Guthrie wrote: OK, here is the debug output from my run using this volume approach As you can see there are several points where the message: Written HW volume did not match with the request is shown. This is shown quite clearly when writing the

Re: [pulseaudio-discuss] Assertion '(size_t) decoded == a2dp-frame_length' failed at modules/bluetooth/module-bluetooth-device

2011-05-17 Thread h.patil
Hi Colin, As per your below comments I downloaded the src for pulseaudio optimized for arm, while running on arm on target I am getting the following error messages. /home/patil # pulseaudio --system -n -F /etc/pulse/default.pa W: main.c: Running in system mode, but --disallow-exit not set! W:

Re: [pulseaudio-discuss] [PATCH] alsa-mixer: When setting hw volume, round always up with playback and always down with capture.

2011-05-17 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 17/05/11 10:37 did gyre and gimble: On Mon, 2011-05-16 at 21:22 +0100, Colin Guthrie wrote: OK, here is the debug output from my run using this volume approach As you can see there are several points where the message: Written HW volume did not match

Re: [pulseaudio-discuss] Assertion '(size_t) decoded == a2dp-frame_length' failed at modules/bluetooth/module-bluetooth-device

2011-05-17 Thread Colin Guthrie
'Twas brillig, and h.pa...@accenture.com at 17/05/11 10:53 did gyre and gimble: Please let me know why I am getting the error E: bluetooth-util.c: Error from RegisterEndpoint reply: org.freedesktop.DBus.Error.UnknownMethod Can't tell you off the top of my head. Perhaps it requires interaction

[pulseaudio-discuss] Jack detection (was: Re: [PATCHv3 0/4] Read and store UCM data as proplist)

2011-05-17 Thread David Henningsson
On 2011-05-12 09:37, Tanu Kaskinen wrote: On Wed, 2011-05-11 at 12:43 +0100, Colin Guthrie wrote: 'Twas brillig, and Jorge Eduardo Candelaria at 10/05/11 21:29 did gyre and gimble: This is the third version of the Pulseaudio and UCM integration. This set of patches cover adding ucm data to

Re: [pulseaudio-discuss] [PATCHv3 0/4] Read and store UCM data as proplist

2011-05-17 Thread Lu Guanqun
On Thu, May 12, 2011 at 02:56:04AM +0800, Jorge Eduardo Candelaria wrote: Ok, I'll copy the jack code we have into module-alsa-card. This will allow for simple jack removal/insertion events to be propagated to pulseaudio. We won't be able to do the complicated stuff mentioned above, but

Re: [pulseaudio-discuss] volume ramping

2011-05-17 Thread Baek Chang
Oh great, so it will be merged back into a branch as a new feature. Is there any place to push patches I've made against it somewhere, or should i just wait until its merged back in? Thanks On Mon, May 16, 2011 at 7:22 PM, Arun Raghavan arun.ragha...@collabora.co.uk wrote: On Mon, 2011-05-16

Re: [pulseaudio-discuss] volume ramping

2011-05-17 Thread Colin Guthrie
'Twas brillig, and Baek Chang at 17/05/11 18:13 did gyre and gimble: Oh great, so it will be merged back into a branch as a new feature. Is there any place to push patches I've made against it somewhere, or should i just wait until its merged back in? There isn't a feature branch for this yet

Re: [pulseaudio-discuss] [PATCH] alsa-mixer: When setting hw volume, round always up with playback and always down with capture.

2011-05-17 Thread Colin Guthrie
'Twas brillig, and Colin Guthrie at 17/05/11 12:13 did gyre and gimble: 'Twas brillig, and Tanu Kaskinen at 17/05/11 10:37 did gyre and gimble: On Mon, 2011-05-16 at 21:22 +0100, Colin Guthrie wrote: OK, here is the debug output from my run using this volume approach As you can see there

[pulseaudio-discuss] Reciving RTP streams with pulseaudio

2011-05-17 Thread Michael Trunner
Hi, I'm trying to setup Pulseaudio to receive RTP/Multicast steams. Sender should be vlc, (and receiver should be pulseaudio). I activated module-rtp-recv (and module-rtp-send) with papref, but I can't get it work. Can some one explain me what I have to do? Or how to debug it. The other way

[pulseaudio-discuss] Howto recieve audio over RTP

2011-05-17 Thread Michael Trunner
Hi, I'm trying to send a RTP audio stream to pulseaudio. The sender is vlc. I activated module-rtp-recv and module-rtp-send with papref. But I can't get it work. The other way around is working, so I can listen to the audio streamed by pulseaudio using vlc. Can someone explain me what I should

Re: [pulseaudio-discuss] Howto recieve audio over RTP

2011-05-17 Thread Michael Trunner
Sorry for double posting. Am 17.05.2011 um 21:43 schrieb Michael Trunner mich...@trunner.de: Hi, I'm trying to send a RTP audio stream to pulseaudio. The sender is vlc. I activated module-rtp-recv and module-rtp-send with papref. But I can't get it work. The other way around is working,

Re: [pulseaudio-discuss] Reciving RTP streams with pulseaudio

2011-05-17 Thread Maarten Bosmans
The catch is that module-rtp-receive waits for a SDP/SAP announcement on the specified multicast group before it begins playing the RTP audio stream. VLC probably only send an RTP stream. I have no clear recipe for you how to instruct VLC to send SAP messages. You could of course send VLC output

Re: [pulseaudio-discuss] unambiguous tag names in the repository

2011-05-17 Thread Felipe Contreras
On Sat, May 7, 2011 at 11:22 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: I just read the blog post        Please use unambiguous tag names in your DVCS [1] which for security reasons suggests to use unambiguous tag names. Therefore I suggest to change our tag name scheme to the

[pulseaudio-discuss] How to find the latest created bluetooth sink/source via event hook?

2011-05-17 Thread Lin, Mengdong
I'm developing an routing module to automatically set a new created Bluetooth sink as the default sink when a Bluetooth headset is connected. So I need to get the new BT sink when it's created. But when I hook event PA_CORE_HOOK_SINK_NEW, I found that the sink pointer for the callback function