From becfe8ec7437f290ead7c328ad9df43dbb994777 Mon Sep 17 00:00:00 2001 From: Markus Breitenberger Date: Sun, 3 May 2020 22:17:01 +0200 Subject: [PATCH] Update pulseaudio_loopback pulsectl lib (#34965) (#13257) --- .../_integrations/pulseaudio_loopback.markdown | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/source/_integrations/pulseaudio_loopback.markdown b/source/_integrations/pulseaudio_loopback.markdown index 0d7b4a6bcd0..2eefcb2fbaa 100644 --- a/source/_integrations/pulseaudio_loopback.markdown +++ b/source/_integrations/pulseaudio_loopback.markdown @@ -41,27 +41,17 @@ name: host: description: The IP address or host name of the PulseAudio server. required: false - default: localhost + default: Use client configuration in /etc/pulse type: string port: description: The port that Pulseaudio is listening on. required: false - default: 4712 - type: integer -buffer_size: - description: How much data to load from Pulseaudio at once. - required: false - default: 1024 - type: integer -tcp_timeout: - description: How long to wait for a response from Pulseaudio before giving up. - required: false - default: 3 + default: 4713 type: integer {% endconfiguration %}
-This integration relies on raw TCP commands to PulseAudio. In order for PulseAudio to accept commands with this component, `module-cli-protocol` must be loaded on the PulseAudio server. +This integration relies on raw TCP commands to PulseAudio. In order for PulseAudio to accept commands with this component, `module-native-protocol` must be loaded on the PulseAudio server.