On Fri, 2017-08-04 at 15:05 +0200, Vadim Troshchinskiy wrote:
> В письме от четверг, 3 августа 2017 г. 11:08:44 CEST пользователь Tanu
> Kaskinen написал:
> > Thanks for the patch! It would be good to get this in the upcoming
> > release. Some complaints below.
>
> Hello, I have made the fixes, a
This patch adds the PA_COMMAND_SEND_OBJECT_MESSAGE command to protocol-native
so that clients can use the messaging feature introduced in patch "core: add
generic message interface".
Sending messages can in effect replace the extension system for modules. The
approach is more flexible than the ext
This patch adds a small message handler to the core which enables
clients to list available handlers via the list-handlers message.
Command: pacmd send-message /core list-handlers
pactl can be used with the same parameters.
With list-all-handlers private handlers will also be listed.
---
src/pulse
---
man/pactl.1.xml.in | 6 ++
man/pulse-cli-syntax.5.xml.in| 6 ++
shell-completion/bash/pulseaudio | 4 ++--
shell-completion/zsh/_pulseaudio | 2 ++
src/pulsecore/cli-command.c | 44
src/utils/pacmd.c|
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_message_handler_{register, unregister}() while
any other object can send a message to the handler using the
pa_core_send_message() function.
---
man/pactl.1.xml.in | 5 +
shell-completion/bash/pulseaudio | 3 ++-
shell-completion/zsh/_pulseaudio | 1 +
src/utils/pactl.c| 25 -
4 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml
This patch extends the client subscription API, so that signals sent from
PulseAudio can be processed. Within PulseAudio, a signal can be emitted
using pa_signal_post(). The interface can be used to notify the client of
events that are not covered by the subscription API (for example a button
press
On Mon, 2017-04-17 at 21:37 +0200, Georg Chini wrote:
> @@ -327,11 +335,20 @@ static void adjust_rates(struct userdata *u) {
> }
>
> /* Allow one underrun per hour */
> -if (u->iteration_counter * u->adjust_time / PA_USEC_PER_SEC / 3600 >
> run_hours) {
> +if (u->iteration_coun
В письме от четверг, 3 августа 2017 г. 11:08:44 CEST пользователь Tanu Kaskinen
написал:
> Thanks for the patch! It would be good to get this in the upcoming
> release. Some complaints below.
Hello, I have made the fixes, and also fixed a few warnings.
---
src/pulsecore/conf-parser.c | 42 +++
Dear PulseAudio developers,
after updating my Asus eee netbook from Debian 8 to Debian 9, the internal
speaker fell silent.
System: Debian,
pulseaudio 10.0
Audio Device: Intel NM10/ICH7
Diagnosis:
headphones work
speaker: no sound despite signal shown in pavucontrol
Note:
On Fri, 2017-08-04 at 15:18 +0530, Arun Raghavan wrote:
> On Fri, 4 Aug 2017, at 01:51 PM, Tanu Kaskinen wrote:
> > It was reported that on a certain USB card, identified as
> > "0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device",
> > the "PCM Capture Source" element had to be set to "IEC
On Fri, 4 Aug 2017, at 01:51 PM, Tanu Kaskinen wrote:
> It was reported that on a certain USB card, identified as
> "0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device",
> the "PCM Capture Source" element had to be set to "IEC958 In" before
> the iec958 input would work.
>
> The iec958-st
It was reported that on a certain USB card, identified as
"0d8c:0102 C-Media Electronics, Inc. CM106 Like Sound Device",
the "PCM Capture Source" element had to be set to "IEC958 In" before
the iec958 input would work.
The iec958-stereo-input.conf file didn't exist before, although the path
was re
13 matches
Mail list logo