Re: [pulseaudio-discuss] [PATCH 1/4] core: Add generic message interface

2017-07-26 Thread Tanu Kaskinen
On Fri, 2017-07-21 at 21:25 +0200, Georg Chini wrote: > This patch adds a new feature to the core which allows to exchange > messages between objects. An object can register/unregister a message > handler with pa_core_{register, unregister}_message_handler() while > any other object can check if a

Re: [pulseaudio-discuss] [ANNOUNCE] PulseAudio 10.99.1 (a.k.a. v11.0 release candidate 1)

2017-07-26 Thread Felipe Sateler
Hi, On Mon, Jul 24, 2017 at 8:05 PM, Tanu Kaskinen wrote: > Hi all, > > The first release candidate for PulseAudio 11.0 is now available! As > always, the purpose of the release candidate is to get some testing > done before the final version is released. So, everybody is

Re: [pulseaudio-discuss] [PATCH 1/2] subscription: Add signal receiving capability

2017-07-26 Thread Georg Chini
On 26.07.2017 20:34, Tanu Kaskinen wrote: On Wed, 2017-07-26 at 08:33 +0200, Georg Chini wrote: On 26.07.2017 02:21, Tanu Kaskinen wrote: On Mon, 2017-07-24 at 14:19 +0200, Georg Chini wrote: This patch extends the subscription API, so that signals sent from PulseAudio can be processed. A

Re: [pulseaudio-discuss] Device not detected on MEDION laptop

2017-07-26 Thread Tanu Kaskinen
On Wed, 2017-07-26 at 22:27 +0300, Tanu Kaskinen wrote: > On Wed, 2017-07-26 at 11:58 +0200, fulgor fulgor wrote: > > Hello > > > > I can't connect on pulse audio server because device is not detected > > > > I have some logging informations > > > >

Re: [pulseaudio-discuss] Device not detected on MEDION laptop

2017-07-26 Thread fulgor fulgor
yes but some errors with alsa Le 26 juil. 2017 9:28 PM, "Tanu Kaskinen" a écrit : > On Wed, 2017-07-26 at 11:58 +0200, fulgor fulgor wrote: > > Hello > > > > I can't connect on pulse audio server because device is not detected > > > > I have some logging informations > > > >

Re: [pulseaudio-discuss] Device not detected on MEDION laptop

2017-07-26 Thread Tanu Kaskinen
On Wed, 2017-07-26 at 11:58 +0200, fulgor fulgor wrote: > Hello > > I can't connect on pulse audio server because device is not detected > > I have some logging informations > > http://www.alsa-project.org/db/?f=6fb68d0201f421b41fe65677fde2ec5b1c9d4429 PulseAudio doesn't seem to be running.

Re: [pulseaudio-discuss] location of pa-equalizer default config and presets

2017-07-26 Thread Bernhard Landauer
On 26.07.2017 20:58, Tanu Kaskinen wrote: My answer was based on reading the source code, and it seemed like module-equalizer-sink stores some database in ~/.config/pulse/equalizer-presets, and based on the file name, that seemed like the place where the presets live. I now looked at the

Re: [pulseaudio-discuss] location of pa-equalizer default config and presets

2017-07-26 Thread Tanu Kaskinen
On Wed, 2017-07-26 at 20:42 +0200, Bernhard Landauer wrote: > On 26.07.2017 11:49, Bernhard Landauer wrote: > > > On 24.07.2017 23:03, Tanu Kaskinen wrote: > > > On Wed, 2017-07-19 at 23:22 +0200, Bernhard Landauer wrote: > > > > I am attempting to include a default equalizer config with an

Re: [pulseaudio-discuss] location of pa-equalizer default config and presets

2017-07-26 Thread Bernhard Landauer
On 26.07.2017 11:49, Bernhard Landauer wrote: On 24.07.2017 23:03, Tanu Kaskinen wrote: On Wed, 2017-07-19 at 23:22 +0200, Bernhard Landauer wrote: I am attempting to include a default equalizer config with an edition and would like to know where the proper place to store this config/preset

Re: [pulseaudio-discuss] [PATCH 1/2] subscription: Add signal receiving capability

2017-07-26 Thread Tanu Kaskinen
On Wed, 2017-07-26 at 08:33 +0200, Georg Chini wrote: > On 26.07.2017 02:21, Tanu Kaskinen wrote: > > On Mon, 2017-07-24 at 14:19 +0200, Georg Chini wrote: > > > This patch extends the subscription API, so that signals sent from > > > PulseAudio > > > can be processed. A signal can be emitted

[pulseaudio-discuss] Device not detected on MEDION laptop

2017-07-26 Thread fulgor fulgor
Hello I can't connect on pulse audio server because device is not detected I have some logging informations http://www.alsa-project.org/db/?f=6fb68d0201f421b41fe65677fde2ec5b1c9d4429 I hope it could be useful to detect a module If it is not the good place where could I post these informations

Re: [pulseaudio-discuss] location of pa-equalizer default config and presets

2017-07-26 Thread Bernhard Landauer
On 24.07.2017 23:03, Tanu Kaskinen wrote: On Wed, 2017-07-19 at 23:22 +0200, Bernhard Landauer wrote: I am attempting to include a default equalizer config with an edition and would like to know where the proper place to store this config/preset is. My understanding is that presets used to be

[pulseaudio-discuss] [PATCH] Opus audio compression - improved

2017-07-26 Thread Vadim Troshchinskiy
Hello, This work is based on the Opus audio compression patch by Gerrit Wyen and Gavin Darkglider found at https://bugs.freedesktop.org/show_bug.cgi?id=56993. The patch implements audio compression with Opus, which leads to great bandwidth savings. The main intended use is drastically reducing

Re: [pulseaudio-discuss] [PATCH 1/2] subscription: Add signal receiving capability

2017-07-26 Thread Georg Chini
On 26.07.2017 02:21, Tanu Kaskinen wrote: On Mon, 2017-07-24 at 14:19 +0200, Georg Chini wrote: This patch extends the subscription API, so that signals sent from PulseAudio can be processed. A signal can be emitted using pa_signal_post(). A client can subscribe to signals by specifying