Re: [pulseaudio-discuss] [PATCH v4] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2016-07-20 Thread Pali Rohár
On Thursday 14 July 2016 14:26:39 Tanu Kaskinen wrote: > On Wed, 2016-07-13 at 12:44 +0200, Pali Rohár wrote: > > On Saturday 02 July 2016 22:26:17 Pali Rohár wrote: > > > With this patch module-bluetooth-policy automatically switch from > > > a2dp profile to hsp profi

Re: [pulseaudio-discuss] [RESEND] [PATCH v3 1/2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2016-07-02 Thread Pali Rohár
On Tuesday 02 February 2016 10:33:22 Arun Raghavan wrote: > On 2 February 2016 at 14:39, Pali Rohár <pali.ro...@gmail.com> wrote: > > On Tuesday 02 February 2016 14:24:07 Arun Raghavan wrote: > >> > > > @@ -35,16 +35,18 @@ > >> > > > >

[pulseaudio-discuss] [PATCH v4] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2016-07-02 Thread Pali Rohár
thout need of user interaction. Signed-off-by: Pali Rohár <pali.ro...@gmail.com> --- src/modules/bluetooth/module-bluetooth-policy.c | 203 ++- 1 file changed, 201 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-policy.c b/src/module

Re: [pulseaudio-discuss] [PATCH 8/8] rtp: Add a GStreamer-based RTP implementation

2016-02-29 Thread Pali Rohár
GStreamer-based RTP:$}HAVE_GSTREAMER} ^ { -- Pali Rohár pali.ro...@gmail.com ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org https://lists.freedesktop.

Re: [pulseaudio-discuss] [RESEND] [PATCH v3 1/2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2016-02-02 Thread Pali Rohár
gt; > > -PA_MODULE_DESCRIPTION("When a bluetooth sink or source is added, > > > > load module-loopback"); > > > > +PA_MODULE_AUTHOR("Frédéric Dalleau, Pali Rohár"); > > > > +PA_MODULE_DESCRIPTION("Automatically switch between bluet

Re: [pulseaudio-discuss] [RESEND] [PATCH v3 1/2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2016-02-01 Thread Pali Rohár
On Tuesday 19 January 2016 09:29:15 Pali Rohár wrote: > On Tuesday 19 January 2016 11:12:40 Arun Raghavan wrote: > > On Wed, 2016-01-13 at 13:32 +0100, Pali Rohár wrote: > > > With this patch module-bluetooth-policy automatically switch from > > > a2dp profile > &

Re: [pulseaudio-discuss] Questions about sinks and sink inputs

2016-01-21 Thread Pali Rohár
gt; And where should I be looking (e.g. specific callback functions on the  > > sinks or sink inputs) for anything that might be doing any kind of  > > processing on the audio? > > Are you looking for a way to do your own processing, or are you just > trying to understand w

Re: [pulseaudio-discuss] [PATCH v3] netbsd: Stop depending upon nonstandard __WORDSIZE

2015-12-17 Thread Pali Rohár
On Thursday 17 December 2015 00:44:03 Kamil Rytarowski wrote: > On 16.12.2015 11:02, Pali Rohár wrote: > > On Wednesday 16 December 2015 10:40:05 Kamil Rytarowski wrote: > >> There is no way to check CPU type in a portable way across ABIs. > >> > >> Go for

Re: [pulseaudio-discuss] [PATCH v3] netbsd: Stop depending upon nonstandard __WORDSIZE

2015-12-17 Thread Pali Rohár
On Thursday 17 December 2015 15:10:12 Andrey Semashev wrote: > On 2015-12-17 14:50, Andrey Semashev wrote: > >On 2015-12-17 02:44, Kamil Rytarowski wrote: > >> > >>On 16.12.2015 11:02, Pali Rohár wrote: > >>> > >>>Hi! There is probably no

Re: [pulseaudio-discuss] [PATCH v3] netbsd: Stop depending upon nonstandard __WORDSIZE

2015-12-16 Thread Pali Rohár
t; -pa_log_debug("This seems to be 32-bit code."); > -#else > -pa_log_debug("Don't know if this is 32- or 64-bit code."); > -#endif > +pa_log_debug("On this platform, integer size is %zu and long size is > %zu&quo

Re: [pulseaudio-discuss] [PATCH v2] netbsd: Replace nonstandard __WORDSIZE with a more portable solution

2015-12-15 Thread Pali Rohár
t code."); > #else > pa_log_debug("Don't know if this is 32- or 64-bit code."); And second note about patch: Code which *needs* to know if machine is 32 or 64 bit is: 1) either buggy, wrong and incorrectly written 2) or architect

Re: [pulseaudio-discuss] [PATCH v3 2/2] bluetooth: Add optional heuristic for switching between hsp and a2dp profiles

2015-05-22 Thread Pali Rohár
and that other people find it really very very useful... -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http

Re: [pulseaudio-discuss] [PATCH v3 1/2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2015-05-22 Thread Pali Rohár
On Friday 31 October 2014 23:49:47 Pali Rohár wrote: With this patch module-bluetooth-policy automatically switch from a2dp profile to hsp profile if some VOIP application with media.role=phone wants to start recording audio. By default a2dp profile is used for listening music, but for VOIP

Re: [pulseaudio-discuss] [PATCH v3 2/2] bluetooth: Add optional heuristic for switching between hsp and a2dp profiles

2015-05-05 Thread Pali Rohár
On Tuesday 05 May 2015 17:40:28 Arun Raghavan wrote: On 1 November 2014 at 04:20, Pali Rohár pali.ro...@gmail.com wrote: Not all VOIP applications (specially those which use alsa) set media.role to phone. This means we need some heuristic to determinate if we want to switch from a2dp to hsp

Re: [pulseaudio-discuss] Patch review status wiki page updated

2015-05-05 Thread Pali Rohár
and users should move to other OS? Now I understand why lot of people hate that pulseaudio software. Nobody care about it and if somebody sent patch which finally fix critical usage problem he is ignored. -- Pali Rohár pali.ro...@gmail.com ___ pulseaudio

Re: [pulseaudio-discuss] System mode SHM

2015-05-05 Thread Pali Rohár
On Tuesday 09 December 2014 22:58:07 Pali Rohár wrote: On Sunday 07 December 2014 00:23:08 Tanu Kaskinen wrote: On Sat, 2014-12-06 at 23:59 +0100, Pali Rohár wrote: On Saturday 06 December 2014 23:20:10 Tanu Kaskinen wrote: On Sun, 2014-11-23 at 14:43 +0100, Pali Rohár wrote

Re: [pulseaudio-discuss] Patch review status wiki page updated

2015-04-01 Thread Pali Rohár
On Tuesday 03 February 2015 23:45:48 Tanu Kaskinen wrote: On Mon, 2015-02-02 at 16:04 +0100, Pali Rohár wrote: PING! My bluetooth patch is in queue since September and I still did not receive any new information. What happened? Lack of resources happened. For transparency, I'll

Re: [pulseaudio-discuss] Patch review status wiki page updated

2015-02-02 Thread Pali Rohár
bluetooth patch is in queue since September and I still did not receive any new information. What happened? Please note that using bluetooth microphone without patches is really painful with PA (and generally on linux)... -- Pali Rohár pali.ro...@gmail.com signature.asc Description

Re: [pulseaudio-discuss] System mode SHM

2014-12-09 Thread Pali Rohár
On Sunday 07 December 2014 00:23:08 Tanu Kaskinen wrote: On Sat, 2014-12-06 at 23:59 +0100, Pali Rohár wrote: On Saturday 06 December 2014 23:20:10 Tanu Kaskinen wrote: On Sun, 2014-11-23 at 14:43 +0100, Pali Rohár wrote: On Sunday 23 November 2014 09:25:46 David Henningsson wrote

Re: [pulseaudio-discuss] System mode SHM

2014-12-08 Thread Pali Rohár
or fixed HOME. Skype has this problem too (only one instance can register on dbus for IPC). -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. ___ pulseaudio-discuss mailing list pulseaudio-discuss

Re: [pulseaudio-discuss] System mode SHM

2014-12-07 Thread Pali Rohár
On Sunday 07 December 2014 11:56:30 David Henningsson wrote: On 2014-12-06 23:20, Tanu Kaskinen wrote: On Sun, 2014-11-23 at 14:43 +0100, Pali Rohár wrote: On Sunday 23 November 2014 09:25:46 David Henningsson wrote: On 2014-11-22 22:39, Pali Rohár wrote: Hello, it is possible

Re: [pulseaudio-discuss] System mode SHM

2014-12-06 Thread Pali Rohár
On Saturday 06 December 2014 23:20:10 Tanu Kaskinen wrote: On Sun, 2014-11-23 at 14:43 +0100, Pali Rohár wrote: On Sunday 23 November 2014 09:25:46 David Henningsson wrote: On 2014-11-22 22:39, Pali Rohár wrote: Hello, it is possible to enable shared memory when pulseaudio

Re: [pulseaudio-discuss] System mode SHM

2014-11-23 Thread Pali Rohár
On Sunday 23 November 2014 09:25:46 David Henningsson wrote: On 2014-11-22 22:39, Pali Rohár wrote: Hello, it is possible to enable shared memory when pulseaudio is stared in system mode? Not without recompiling PulseAudio, the relevant code is in src/pulsecore/protocol_native.c

[pulseaudio-discuss] System mode SHM

2014-11-22 Thread Pali Rohár
Hello, it is possible to enable shared memory when pulseaudio is stared in system mode? -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. ___ pulseaudio-discuss mailing list pulseaudio-discuss

Re: [pulseaudio-discuss] Master is frozen

2014-11-14 Thread Pali Rohár
://thread.gmane.org/gmane.comp.audio.pulseaudio.general/21479/focus=21899 I still think that patch could be in new version, so users of VOIP applications will not have to manually switch between profiles when they want to start voice call. -- Pali Rohár pali.ro...@gmail.com signature.asc Description

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-11-04 Thread Pali Rohár
On Tuesday 04 November 2014 10:53:04 Tanu Kaskinen wrote: On Mon, 2014-11-03 at 15:43 +0100, Pali Rohár wrote: On Sunday 02 November 2014 18:13:43 Tanu Kaskinen wrote: On Sun, 2014-11-02 at 14:13 +0100, Pali Rohár wrote: On Sunday 02 November 2014 13:44:53 Tanu Kaskinen wrote

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-11-03 Thread Pali Rohár
On Sunday 02 November 2014 18:13:43 Tanu Kaskinen wrote: On Sun, 2014-11-02 at 14:13 +0100, Pali Rohár wrote: On Sunday 02 November 2014 13:44:53 Tanu Kaskinen wrote: On Fri, 2014-10-31 at 14:22 +0100, Pali Rohár wrote: On Friday 31 October 2014 13:40:57 Tanu Kaskinen wrote: On Fri

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-11-02 Thread Pali Rohár
On Sunday 02 November 2014 13:44:53 Tanu Kaskinen wrote: On Fri, 2014-10-31 at 14:22 +0100, Pali Rohár wrote: On Friday 31 October 2014 13:40:57 Tanu Kaskinen wrote: On Fri, 2014-10-31 at 13:07 +0100, Pali Rohár wrote: Ok, what about adding new bool parameter to this module (which

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-10-31 Thread Pali Rohár
On Friday 31 October 2014 12:49:08 Tanu Kaskinen wrote: On Tue, 2014-10-28 at 12:33 +0100, Pali Rohár wrote: On Tuesday 28 October 2014 09:44:53 Tanu Kaskinen wrote: On Sun, 2014-10-19 at 13:42 +0200, Pali Rohár wrote: I would like to remind this patch. This patch for bluetooth

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-10-31 Thread Pali Rohár
On Friday 31 October 2014 13:40:57 Tanu Kaskinen wrote: On Fri, 2014-10-31 at 13:07 +0100, Pali Rohár wrote: On Friday 31 October 2014 12:49:08 Tanu Kaskinen wrote: On Tue, 2014-10-28 at 12:33 +0100, Pali Rohár wrote: On Tuesday 28 October 2014 09:44:53 Tanu Kaskinen wrote: On Sun

[pulseaudio-discuss] [PATCH v3 1/2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-10-31 Thread Pali Rohár
need of user interaction. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- src/modules/bluetooth/module-bluetooth-policy.c | 200 ++- 1 file changed, 198 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-policy.c b/src/modules/bluetooth/module

[pulseaudio-discuss] [PATCH v3 2/2] bluetooth: Add optional heuristic for switching between hsp and a2dp profiles

2014-10-31 Thread Pali Rohár
loading module module-bluetooth-policy with specifying parameter switch=2 Signed-off-by: Pali Rohár pali.ro...@gmail.com --- src/modules/bluetooth/module-bluetooth-policy.c | 43 --- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/src/modules/bluetooth/module

Re: [pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-10-28 Thread Pali Rohár
On Tuesday 28 October 2014 09:44:53 Tanu Kaskinen wrote: On Sun, 2014-10-19 at 13:42 +0200, Pali Rohár wrote: On Sunday 28 September 2014 12:44:13 Pali Rohár wrote: With this patch module-bluetooth-policy automatically switch from a2dp profile to hsp profile if some application want

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-30 Thread Pali Rohár
On Tuesday 30 September 2014 12:49:11 you wrote: On 26 September 2014 19:12, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 15:17:00 Arun Raghavan wrote: On 26 Sep 2014 15:45, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 11:39:50 Arun

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-30 Thread Pali Rohár
On Tuesday 30 September 2014 13:46:48 Arun Raghavan wrote: On 30 September 2014 16:54, Pali Rohár pali.ro...@gmail.com wrote: [snip] Get them to make a release with media.role set. This is a small set of applications, a lot of which already set this. Yes, new versions

Re: [pulseaudio-discuss] [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names

2014-09-28 Thread Pali Rohár
On Sunday 28 September 2014 12:26:49 Tanu Kaskinen wrote: On Thu, 2014-09-25 at 13:27 +0200, David Henningsson wrote: On 2014-09-25 02:25, Pali Rohár wrote: With this patch it is possible to configure different volume settings for a2dp and hsp profiles. It is usefull for bluetooth

[pulseaudio-discuss] [PATCH v2] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-28 Thread Pali Rohár
profile if some application want to use microphone and after it release it profile is switched back to a2dp. So this patch allows to use bluetooth microphone automatically without need of user interaction. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes since v1: * fixed auto switch

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-26 Thread Pali Rohár
On Friday 26 September 2014 06:55:38 Arun Raghavan wrote: On 26 September 2014 03:06, Pali Rohár pali.ro...@gmail.com wrote: On Wednesday 24 September 2014 19:08:55 Pali Rohár wrote: With this patch module-bluetooth-policy automatically switch from a2dp profile to hsp profile if some

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-26 Thread Pali Rohár
On Friday 26 September 2014 11:00:39 Arun Raghavan wrote: On 26 Sep 2014 14:19, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 06:55:38 Arun Raghavan wrote: On 26 September 2014 03:06, Pali Rohár pali.ro...@gmail.com wrote: On Wednesday 24 September 2014 19

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-26 Thread Pali Rohár
On Friday 26 September 2014 11:39:50 Arun Raghavan wrote: On 26 September 2014 14:59, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 11:00:39 Arun Raghavan wrote: On 26 Sep 2014 14:19, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 06:55:38

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-26 Thread Pali Rohár
On Friday 26 September 2014 12:15:01 Pali Rohár wrote: On Friday 26 September 2014 11:39:50 Arun Raghavan wrote: On 26 September 2014 14:59, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 11:00:39 Arun Raghavan wrote: On 26 Sep 2014 14:19, Pali Rohár pali.ro

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-26 Thread Pali Rohár
On Friday 26 September 2014 15:17:00 Arun Raghavan wrote: On 26 Sep 2014 15:45, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 11:39:50 Arun Raghavan wrote: On 26 September 2014 14:59, Pali Rohár pali.ro...@gmail.com wrote: On Friday 26 September 2014 11:00

Re: [pulseaudio-discuss] [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names

2014-09-25 Thread Pali Rohár
On Thursday 25 September 2014 13:27:04 David Henningsson wrote: On 2014-09-25 02:25, Pali Rohár wrote: With this patch it is possible to configure different volume settings for a2dp and hsp profiles. It is usefull for bluetooth headsets which do not have normalized a2dp and hsp volume

Re: [pulseaudio-discuss] [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names

2014-09-25 Thread Pali Rohár
); +pa_xfree(u-output_hsp_port_desc); +pa_xfree(u-output_hfgw_port_desc); +pa_xfree(u-input_a2dp_port_desc); +pa_xfree(u-input_hsp_port_desc); +pa_xfree(u-input_hfgw_port_desc); + pa_xfree(u-address); pa_xfree(u-path); -- Pali Rohár pali.ro...@gmail.com signature.asc

[pulseaudio-discuss] [PATCH] bluetooth: bluez4: Add profile name to sinks and sources

2014-09-25 Thread Pali Rohár
not using bluez5 so I cannot write or test it. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- src/modules/bluetooth/module-bluez4-device.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/modules/bluetooth/module-bluez4-device.c b/src/modules/bluetooth/module

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-25 Thread Pali Rohár
On Wednesday 24 September 2014 21:36:50 Alexander E. Patrakov wrote: 24.09.2014 23:08, Pali Rohár wrote: With this patch module-bluetooth-policy automatically switch from a2dp profile to hsp profile if some application want to start recording. By default a2dp profile is used

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-25 Thread Pali Rohár
On Wednesday 24 September 2014 19:08:55 Pali Rohár wrote: With this patch module-bluetooth-policy automatically switch from a2dp profile to hsp profile if some application want to start recording. By default a2dp profile is used for listening music, but for VOIP calls is needed profile

[pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles

2014-09-24 Thread Pali Rohár
profile if some application want to use microphone and after it release it profile is switched back to a2dp. So this patch allows to use bluetooth microphone automatically without need of user interaction. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- src/modules/bluetooth/module-bluetooth

[pulseaudio-discuss] [PATCH] bluetooth: bluez4: For each bluetooth profile use different port names

2014-09-24 Thread Pali Rohár
is needed also for bluez5, but I'm not using bluez5 so I cannot write or test it. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- src/modules/bluetooth/module-bluez4-device.c | 203 +++--- 1 file changed, 150 insertions(+), 53 deletions(-) diff --git a/src/modules/bluetooth

Re: [pulseaudio-discuss] [RFC 0/3] Automatically enable loopback on sources

2012-01-22 Thread Pali Rohár
Frédéric Dalleau frederic.dalleau at linux.intel.com writes: Hi guys, This patch series tries to automatically enable loopback on bluetooth sources and sinks. This is useful when listening music from the phone or to answer phonecall using empathy/bluez/ofono/telepathy-ring without command

<    1   2   3   4   5