Re: [pulseaudio-discuss] [PATCH] card-restore: Add the ability to save and restore the maximum volume

2012-08-03 Thread poljar (Damir Jelić)
On Fri, Aug 03, 2012 at 08:25:18PM +0800, rong deng wrote: > Hi Poljar, > > Sorry for top posting. > > This patch is based on your github's commit. Of course, it doesn't > work yet because not everything is weaved together... However I'd like > to give others a chance to see what i'm doing and wh

[pulseaudio-discuss] GSOC: bluetooth latency - status report [8/8]

2012-07-27 Thread poljar (Damir Jelić)
Hi mailing list. Good news again. Pavucontrol was successfully extended to support the new latency offset. The spinbutton is hidden if the server does not support this feature so don't be surprised if nothing looks different. With this my GSoC project is finished and this is my final report for t

Re: [pulseaudio-discuss] [PATCH] pavucontrol: Show available status

2012-07-21 Thread poljar (Damir Jelić)
> > Having an object model that properly links ports to both cards and > sinks/sources would very likely be useful in the future also. Actually, > poljar has had the same problem with his latency offset feature. I don't > know if he already has a solution that you could re-use... > I added a por

[pulseaudio-discuss] GSOC: bluetooth latency - status report [7/?]

2012-07-20 Thread poljar (Damir Jelić)
Hi mailing list. After the midterm break I've started extending pavucontrol for the GUI part of my GSOC project. A very bad implementation is on my github page. A better version is on the way and should land by the end of the week. After that I'm planing on working on the "Configurable maximum vo

[pulseaudio-discuss] GSOC: bluetooth latency - status report [6/?]

2012-07-10 Thread poljar (Damir Jelić)
Hi mailing list. Good news everyone! The server side of the configurable latency offset is done! The latency offset can be set with pactl and pacmd and the offset is saved and restored with the card-restore module. All that is now left is a GUI to set the offset. Pavucontrol will be extended i

Re: [pulseaudio-discuss] [PATCH] card-restore: Add the ability to save and restore the latency offset.

2012-07-04 Thread poljar (Damir Jelić)
Hey Tanu. I've changed the patch to use a hash map. I hope the rest of the changes also make sense. Sorry about the increased sloppiness. Thanks, poljar. >From 35bfadedefd2bc1acad305d9c1616931035313bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"poljar=20(Damir=20Jeli=C4=87)"?= Date: Wed, 27 Jun 2

[pulseaudio-discuss] GSOC: bluetooth latency - status report [5/?]

2012-06-29 Thread poljar (Damir Jelić)
Hi mailing list. What a noisy week. This week you saw the "on the fly latency" patch hit the master branch, there were some bugs that were quickly fixed and the latency setting should now work. For now only pacmd is able to work with the latency offset. pactl and the protocol extension may nee

[pulseaudio-discuss] GSOC: bluetooth latency - status report [4/?]

2012-06-22 Thread poljar (Damir Jelić)
Hi mailing list. This week I bring you the promised protocol extension and also I have cleaned up the on the fly latency patch as Tanu has suggested. Setting the latency offset can be done with pacmd and pactl. All these changes will arrive on the mailing list later today, in the meantime the pat