Re: [pulseaudio-discuss] [PATCH v2] Absolute volume control for A2DP transport

2019-05-13 Thread Pali Rohár
On Saturday 20 October 2018 22:50:58 EHfive wrote: > +static bool disable_absolute_volume_match(const char * bt_addr_str) { > +    bdaddr_t bt_addr; > +    int i; > +    static bdaddr_t affected_bt_addr_cache; > +    static bool effected_bt_addr_cached = false; > + > +    static const struct { > + 

[pulseaudio-discuss] Query on Volume adjustment and mute

2019-05-13 Thread Sivaprasad Subramaniyam
Hi, Presently we are introducing pulseaudio server/client in our project. My part is to introduce the volume adjustment and mute . I have created set_sink volume callback and updating volume change depends on volume slider input. When you scrub the volume slider means pulseman will be freezed

Re: [pulseaudio-discuss] new module module-plugin-sink

2019-05-13 Thread Georg Chini
On 10.05.19 19:27, Tanu Kaskinen wrote: On Sat, 2019-05-04 at 22:41 +0200, Georg Chini wrote: I don't see the need for copying the channel position and error enums. We can #include the relevant headers. I thought the point was to create a header file that allows development of filters