Re: [pulseaudio-discuss] systemd socket activation support

2014-10-24 Thread Jaska Uimonen
Hello, Colin sorry to drop the comments in pieces... so one more thing: in socket-server.c: in the creation there's always: "s->filename = strdup" but for cleanup you have added: "!s->activated" flag... is the "activated" flag needed for some reason in the cleanup? br, Jaska Quoting Colin G

Re: [pulseaudio-discuss] systemd socket activation support

2014-10-23 Thread Jaska Uimonen
Hi Colin, And thanks for the patches, I really need these for Tizen IVI. In my initial testing they seem to work fine, however couple of observations: in socket-server.c the systemd headers are behind the systemd enabler flags (like they should be), but that is behind some HAVE_LIBWRAP thing. I

Re: [pulseaudio-discuss] Progress since PulseConf

2013-03-04 Thread Jaska Uimonen
Hello David, Unfortunately not yet. Only thing that we now have is what Janos posted way back (it is in github). But we'll try to chop everything to nice pieces and do the conversations/debates/reviews in the list. br, Jaska Quoting David Henningsson : On 03/04/2013 08:15 AM, Jaska Ui

Re: [pulseaudio-discuss] Progress since PulseConf

2013-03-03 Thread Jaska Uimonen
Hello All, ...and sorry for late response. Me and Janos have been very busy with other stuff, but we are now dedicating next couple of weeks to get something done on the routing front. We'll continue from where Janos stopped last time and try to get something feasible out of that. br, Jaska

Re: [pulseaudio-discuss] PulseAudio conference: Please speak up if you intend to come!

2012-10-19 Thread Jaska Uimonen
Hello, Yep, let's see at the airport! br, Jaska Quoting "Tanu Kaskinen" : On Thu, 2012-10-18 at 14:39 +0300, Jaska Uimonen wrote: Hello, Ok, we decided to come anyway, we'll rip the money somewhere :) So we could present something about our policy/routing solution a

Re: [pulseaudio-discuss] PulseAudio conference: Please speak up if you intend to come!

2012-10-18 Thread Jaska Uimonen
t case add Janos Kovacs and Jaska Uimonen to the attendees list. Thanks a lot, Jaska Quoting "Colin Guthrie" : 'Twas brillig, and Jaska Uimonen at 16/10/12 08:50 did gyre and gimble: Hello, Me and Janos would _really_ like to come, but we just didn't get financing for this

Re: [pulseaudio-discuss] PulseAudio conference: Please speak up if you intend to come!

2012-10-16 Thread Jaska Uimonen
Hello, Me and Janos would _really_ like to come, but we just didn't get financing for this Anyway we are working on the routing/policy module and would really like to be involved in the conversation concerning that (I think it was on the agenda). We have a working thing loosely based on the

Re: [pulseaudio-discuss] Software volume: linear vs. logarithmic

2012-08-24 Thread Jaska Uimonen
Hi, I don't know if I have understood everything correctly in the pulseaudio volume handling, but almost all operations seem to boil down to pa_sw_volume_to/from_linear - function, which has inherent cubic mapping. So (if I got this correct) if you do linear fade with pa_volume_t, you get cubic m

Re: [pulseaudio-discuss] [PATCH 4/4] volume ramp: add client api support for volume ramping

2012-08-14 Thread Jaska Uimonen
); pa_tagstruct_put_boolean(t, flags & (PA_STREAM_START_MUTED|PA_STREAM_START_UNMUTED)); pa_tagstruct_put_boolean(t, flags & PA_STREAM_RELATIVE_VOLUME); pa_tagstruct_put_boolean(t, flags & (PA_STREAM_PASSTHROUGH)); } br, Jaska Quoting "Flavio Ceolin" :

[pulseaudio-discuss] [PATCH 4/4] volume ramp: add client api support for volume ramping

2012-08-08 Thread Jaska Uimonen
From: Jaska Uimonen --- src/map-file|3 + src/pulse/introspect.c | 83 src/pulse/introspect.h |9 src/pulse/stream.c |5 ++- src/pulsecore/native-common.h |3 + src/pulsecore

[pulseaudio-discuss] [PATCH 3/4] volume ramp: add volume ramping to sink

2012-08-08 Thread Jaska Uimonen
From: Jaska Uimonen --- src/pulsecore/sink.c | 109 + src/pulsecore/sink.h |8 2 files changed, 108 insertions(+), 9 deletions(-) diff --git a/src/pulsecore/sink.c b/src/pulsecore/sink.c index e4c343d..4bf6a83 100644 --- a/src/pulsecore

[pulseaudio-discuss] [PATCH 2/4] volume ramp: adding volume ramping to sink-input

2012-08-08 Thread Jaska Uimonen
From: Jaska Uimonen --- src/pulsecore/sink-input.c | 87 src/pulsecore/sink-input.h | 11 +- 2 files changed, 97 insertions(+), 1 deletions(-) diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index f6f93b8..6384f1b 100644

[pulseaudio-discuss] [PATCH 1/4] volume ramp: additions to the low level infra

2012-08-08 Thread Jaska Uimonen
From: Jaska Uimonen --- src/pulse/def.h | 22 +- src/pulsecore/sample-util.c | 201 +++ src/pulsecore/sample-util.h | 17 3 files changed, 239 insertions(+), 1 deletions(-) diff --git a/src/pulse/def.h b/src/pulse/def.h index

[pulseaudio-discuss] [PATCH 0/4] Volume ramping

2012-08-08 Thread Jaska Uimonen
From: Jaska Uimonen This is my 5 cents to the volume ramping ideas/discussion that has been going on in various forums. I just wanted to publish it for comments etc. Maybe someone can even use it... I decided to do add another software volume to sink and sink-input which is independent of the

Re: [pulseaudio-discuss] Support for audio envelopes

2012-07-31 Thread Jaska Uimonen
rom the scratch or it's ok start from this code ? I really don't know. I'm not familiar enough with the code to know how much of it needs rewriting. I know that Jaska Uimonen has been working with volume envelopes too, and asked him yesterday about the status. He said he will post t

Re: [pulseaudio-discuss] [PATCH 0/2] Patches for supporting ALSA UCM

2011-11-03 Thread Jaska Uimonen
So it might leak, crash, etc. The next step is to see what kind of facelift the device manager might need to have to support logical device based routing and to support dual devices (that are not all ALSA) e.g. route ringtone to a bluetooth headset and to the 'speaker