Package: pulseaudio Followup-For: Bug #999443 X-Debbugs-Cc: vbgoodw...@gmail.com
This problem is resolved in pulseaudio version 15.0+dfsg1-4. -- Package-specific info: File '/etc/default/pulseaudio' does not exist -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.16.0-4-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages pulseaudio depends on: ii adduser 3.120 ii init-system-helpers 1.62 ii libasound2 1.2.6.1-2 ii libasound2-plugins 1.2.6-1 ii libc6 2.33-7 ii libcap2 1:2.44-1 ii libdbus-1-3 1.14.0-1 ii libfftw3-single3 3.3.8-2 ii libgcc-s1 12-20220313-1 ii libglib2.0-0 2.70.4-1 ii libgstreamer-plugins-base1.0-0 1.20.0-2 ii libgstreamer1.0-0 1.20.0-1 ii libice6 2:1.0.10-1 ii libltdl7 2.4.6-15 ii liborc-0.4-0 1:0.4.32-2 ii libpulse0 15.0+dfsg1-4 ii libsm6 2:1.2.3-1 ii libsndfile1 1.0.31-2 ii libsoxr0 0.1.3-4 ii libspeexdsp1 1.2~rc1.2-3 ii libstdc++6 12-20220313-1 ii libsystemd0 250.4-1 ii libtdb1 1.4.5-2 ii libudev1 250.4-1 ii libwebrtc-audio-processing1 0.3-1+b1 ii libx11-6 2:1.7.2-2+b1 ii libx11-xcb1 2:1.7.2-2+b1 ii libxcb1 1.14-3 ii libxtst6 2:1.2.3-1 ii lsb-base 11.1.0 ii pulseaudio-utils 15.0+dfsg1-4 Versions of packages pulseaudio recommends: ii dbus-user-session 1.14.0-1 ii libpam-systemd [logind] 250.4-1 ii rtkit 0.13-4 Versions of packages pulseaudio suggests: pn paprefs <none> ii pavucontrol 5.0-2 pn pavumeter <none> ii udev 250.4-1 -- no debconf information
# This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PulseAudio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ## Configuration file for PulseAudio clients. See pulse-client.conf(5) for ## more information. Default values are commented out. Use either ; or # for ## commenting. ; default-sink = ; default-source = ; default-server = ; default-dbus-server = ; autospawn = yes ; daemon-binary = /usr/bin/pulseaudio ; extra-arguments = --log-target=syslog ; cookie-file = ; enable-shm = yes ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB ; auto-connect-localhost = no ; auto-connect-display = no
# This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PulseAudio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for ## more information. Default values are commented out. Use either ; or # for ## commenting. ; daemonize = no ; fail = yes ; allow-module-loading = yes ; allow-exit = yes ; use-pid-file = yes ; system-instance = no ; local-server-type = user ; enable-shm = yes ; enable-memfd = yes ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB ; lock-memory = no ; cpu-limit = no ; high-priority = yes ; nice-level = -11 ; realtime-scheduling = yes ; realtime-priority = 5 ; exit-idle-time = 20 ; scache-idle-time = 20 ; dl-search-path = (depends on architecture) ; load-default-script-file = yes ; default-script-file = /etc/pulse/default.pa ; log-target = auto ; log-level = notice ; log-meta = no ; log-time = no ; log-backtrace = 0 ; resample-method = speex-float-1 ; avoid-resampling = false ; enable-remixing = yes ; remixing-use-all-sink-channels = yes ; remixing-produce-lfe = no ; remixing-consume-lfe = no ; lfe-crossover-freq = 0 ; flat-volumes = no ; rescue-streams = yes ; rlimit-fsize = -1 ; rlimit-data = -1 ; rlimit-stack = -1 ; rlimit-core = -1 ; rlimit-as = -1 ; rlimit-rss = -1 ; rlimit-nproc = -1 ; rlimit-nofile = 256 ; rlimit-memlock = -1 ; rlimit-locks = -1 ; rlimit-sigpending = -1 ; rlimit-msgqueue = -1 ; rlimit-nice = 31 ; rlimit-rtprio = 9 ; rlimit-rttime = 200000 ; default-sample-format = s16le ; default-sample-rate = 44100 ; alternate-sample-rate = 48000 ; default-sample-channels = 2 ; default-channel-map = front-left,front-right ; default-fragments = 4 ; default-fragment-size-msec = 25 ; enable-deferred-volume = yes ; deferred-volume-safety-margin-usec = 8000 ; deferred-volume-extra-delay-usec = 0
#!/usr/bin/pulseaudio -nF # # This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PulseAudio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. # This startup script is used only if PulseAudio is started per-user # (i.e. not in system mode) .fail ### Automatically restore the volume of streams and devices load-module module-device-restore load-module module-stream-restore load-module module-card-restore ### Automatically augment property information from .desktop files ### stored in /usr/share/application load-module module-augment-properties ### Should be after module-*-restore but before module-*-detect load-module module-switch-on-port-available ### Load audio drivers statically ### (it's probably better to not load these drivers manually, but instead ### use module-udev-detect -- see below -- for doing this automatically) #load-module module-alsa-sink #load-module module-alsa-source device=hw:1,0 #load-module module-oss device="/dev/dsp" sink_name=output source_name=input #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input #load-module module-null-sink #load-module module-pipe-sink ### Automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect .else ### Use the static hardware detection module (for systems that lack udev support) load-module module-detect .endif ### Automatically connect sink and source if JACK server is present .ifexists module-jackdbus-detect.so .nofail load-module module-jackdbus-detect channels=2 .fail .endif ### Automatically load driver modules for Bluetooth hardware .ifexists module-bluetooth-policy.so load-module module-bluetooth-policy .endif .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover .endif ### Load several protocols .ifexists module-esound-protocol-unix.so load-module module-esound-protocol-unix .endif load-module module-native-protocol-unix ### Network access (may be configured with paprefs, so leave this commented ### here if you plan to use paprefs) #load-module module-esound-protocol-tcp #load-module module-native-protocol-tcp #load-module module-zeroconf-publish ### Load the RTP receiver module (also configured via paprefs, see above) #load-module module-rtp-recv ### Load the RTP sender module (also configured via paprefs, see above) #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'" #load-module module-rtp-send source=rtp.monitor ### Load additional modules from GSettings. This can be configured with the paprefs tool. ### Please keep in mind that the modules configured by paprefs might conflict with manually ### loaded modules. .ifexists module-gsettings.so .nofail load-module module-gsettings .fail .endif ### Automatically restore the default sink/source when changed by the user ### during runtime ### NOTE: This should be loaded as early as possible so that subsequent modules ### that look up the default sink/source get the right value load-module module-default-device-restore ### Make sure we always have a sink around, even if it is a null sink. load-module module-always-sink ### Honour intended role device property load-module module-intended-roles ### Automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle ### If autoexit on idle is enabled we want to make sure we only quit ### when no local session needs us anymore. .ifexists module-console-kit.so load-module module-console-kit .endif .ifexists module-systemd-login.so load-module module-systemd-login .endif ### Enable positioned event sounds load-module module-position-event-sounds ### Cork music/video streams when a phone stream is active load-module module-role-cork ### Modules to allow autoloading of filters (such as echo cancellation) ### on demand. module-filter-heuristics tries to determine what filters ### make sense, and module-filter-apply does the heavy-lifting of ### loading modules and rerouting streams. load-module module-filter-heuristics load-module module-filter-apply ### Make some devices default #set-default-sink output #set-default-source input ### Allow including a default.pa.d directory, which if present, can be used ### for additional configuration snippets. .nofail .include /etc/pulse/default.pa.d
#!/usr/bin/pulseaudio -nF # # This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PulseAudio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. # This startup script is used only if PulseAudio is started in system # mode. ### Automatically restore the volume of streams and devices load-module module-device-restore load-module module-stream-restore load-module module-card-restore ### Automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect .else ### Use the static hardware detection module (for systems that lack udev/hal support) load-module module-detect .endif ### Load several protocols .ifexists module-esound-protocol-unix.so load-module module-esound-protocol-unix .endif load-module module-native-protocol-unix ### Automatically restore the default sink/source when changed by the user ### during runtime ### NOTE: This should be loaded as early as possible so that subsequent modules ### that look up the default sink/source get the right value load-module module-default-device-restore ### Make sure we always have a sink around, even if it is a null sink. load-module module-always-sink ### Automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle ### Enable positioned event sounds load-module module-position-event-sounds ### Allow including a system.pa.d directory, which if present, can be used ### for additional configuration snippets. .nofail .include /etc/pulse/system.pa.d
null Discard all samples (playback) or generate zero samples (capture) default Playback/recording through the PulseAudio sound server lavrate Rate Converter Plugin Using Libav/FFmpeg Library samplerate Rate Converter Plugin Using Samplerate Library speexrate Rate Converter Plugin Using Speex Resampler jack JACK Audio Connection Kit oss Open Sound System pulse PulseAudio Sound Server upmix Plugin for channel upmix (4,6,8) vdownmix Plugin for channel downmix (stereo) with a simple spacialization hw:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog Direct hardware device without any conversions plughw:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog Hardware device with all software conversions sysdefault:CARD=PCH HDA Intel PCH, CX20590 Analog Default Audio Device front:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog Front output / input surround21:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog 2.1 Surround output to Front and Subwoofer speakers surround40:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog 4.0 Surround output to Front and Rear speakers surround41:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers surround71:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers dmix:CARD=PCH,DEV=0 HDA Intel PCH, CX20590 Analog Direct sample mixing device usbstream:CARD=PCH HDA Intel PCH USB Stream Output
Module #1 Name: libpipewire-module-rt Argument: { nice.level = -11 #rt.prio = 88 #rt.time.soft = -1 #rt.time.hard = -1 } Usage counter: n/a Properties: module.name = "libpipewire-module-rt" object.id = "1" object.serial = "1" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Use realtime thread scheduling, falling back to RTKit" module.usage = "[nice.level=<priority: default 20(don't change)>] [rt.prio=<priority: default 88>] [rt.time.soft=<in usec: default -1] [rt.time.hard=<in usec: default -1] " module.version = "0.3.48" nice.level = "-11" Module #2 Name: libpipewire-module-protocol-native Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-protocol-native" object.id = "2" object.serial = "2" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Native protocol using unix sockets" module.version = "0.3.48" Module #3 Name: libpipewire-module-profiler Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-profiler" object.id = "3" object.serial = "3" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Generate Profiling data" module.version = "0.3.48" Module #5 Name: libpipewire-module-metadata Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-metadata" object.id = "5" object.serial = "5" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Allow clients to create metadata store" module.version = "0.3.48" Module #7 Name: libpipewire-module-spa-device-factory Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-spa-device-factory" object.id = "7" object.serial = "7" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Provide a factory to make SPA devices" module.version = "0.3.48" Module #9 Name: libpipewire-module-spa-node-factory Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-spa-node-factory" object.id = "9" object.serial = "9" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Provide a factory to make SPA nodes" module.version = "0.3.48" Module #11 Name: libpipewire-module-client-node Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-client-node" object.id = "11" object.serial = "11" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Allow clients to create and control remote nodes" module.version = "0.3.48" Module #13 Name: libpipewire-module-client-device Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-client-device" object.id = "13" object.serial = "13" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Allow clients to create and control remote devices" module.version = "0.3.48" Module #15 Name: libpipewire-module-portal Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-portal" object.id = "15" object.serial = "15" Module #16 Name: libpipewire-module-access Argument: { # access.allowed to list an array of paths of allowed # apps. #access.allowed = [ # /usr/bin/pipewire-media-session #] # An array of rejected paths. #access.rejected = [ ] # An array of paths with restricted access. #access.restricted = [ ] # Anything not in the above lists gets assigned the # access.force permission. #access.force = flatpak } Usage counter: n/a Properties: module.name = "libpipewire-module-access" object.id = "16" object.serial = "16" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Perform access check" module.usage = "[ access.force=flatpak ] [ access.allowed=<cmd-line> ] [ access.rejected=<cmd-line> ] [ access.restricted=<cmd-line> ] " module.version = "0.3.48" Module #17 Name: libpipewire-module-adapter Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-adapter" object.id = "17" object.serial = "17" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Manage adapter nodes" module.version = "0.3.48" Module #19 Name: libpipewire-module-link-factory Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-link-factory" object.id = "19" object.serial = "19" module.author = "Wim Taymans <wim.taym...@gmail.com>" module.description = "Allow clients to create links" module.version = "0.3.48" Module #21 Name: libpipewire-module-session-manager Argument: Usage counter: n/a Properties: module.name = "libpipewire-module-session-manager" object.id = "21" object.serial = "21" module.author = "George Kiagiadakis <george.kiagiada...@collabora.com>" module.description = "Implements objects for session management" module.version = "0.3.48" Module #536870912 Name: module-always-sink Argument: Usage counter: n/a Properties: module.author = "Pauli Virtanen <p...@iki.fi>" module.description = "Always keeps at least one sink loaded even if it's a null one" module.usage = "sink_name=<name of sink>" module.version = "0.3.48" Sink #50 State: RUNNING Name: alsa_output.pci-0000_00_1b.0.analog-stereo Description: Built-in Audio Analog Stereo Driver: PipeWire Sample Specification: s32le 2ch 48000Hz Channel Map: front-left,front-right Owner Module: 4294967295 Mute: no Volume: front-left: 74963 / 114% / 3.50 dB, front-right: 74963 / 114% / 3.50 dB balance 0.00 Base Volume: 65536 / 100% / 0.00 dB Monitor Source: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor Latency: 0 usec, configured 0 usec Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY Properties: alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.class = "generic" alsa.device = "0" alsa.driver_name = "snd_hda_intel" alsa.id = "CX20590 Analog" alsa.long_card_name = "HDA Intel PCH at 0xf2620000 irq 37" alsa.name = "CX20590 Analog" alsa.resolution_bits = "16" alsa.subclass = "generic-mix" alsa.subdevice = "0" alsa.subdevice_name = "subdevice #0" api.alsa.card.longname = "HDA Intel PCH at 0xf2620000 irq 37" api.alsa.card.name = "HDA Intel PCH" api.alsa.path = "front:0" api.alsa.pcm.card = "0" api.alsa.pcm.stream = "playback" audio.channels = "2" audio.position = "FL,FR" card.profile.device = "3" device.api = "alsa" device.class = "sound" device.id = "42" device.profile.description = "Analog Stereo" device.profile.name = "analog-stereo" device.routes = "2" factory.name = "api.alsa.pcm.sink" media.class = "Audio/Sink" device.description = "Built-in Audio Analog Stereo" node.name = "alsa_output.pci-0000_00_1b.0.analog-stereo" node.nick = "HDA Intel PCH" node.pause-on-idle = "false" object.path = "alsa:pcm:0:front:0:playback" priority.driver = "1009" priority.session = "1009" factory.id = "18" client.id = "34" clock.quantum-limit = "8192" node.driver = "true" factory.mode = "merge" audio.adapt.follower = "" library.name = "audioconvert/libspa-audioconvert" object.id = "49" object.serial = "50" node.max-latency = "16384/48000" Ports: analog-output-speaker: Speakers (type: Speaker, priority: 10000, availability group: Legacy 4, availability unknown) analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability group: Legacy 5, not available) Active Port: analog-output-speaker Formats: pcm Source #50 State: IDLE Name: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor Description: Monitor of Built-in Audio Analog Stereo Driver: PipeWire Sample Specification: s32le 2ch 48000Hz Channel Map: front-left,front-right Owner Module: 4294967295 Mute: no Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB balance 0.00 Base Volume: 65536 / 100% / 0.00 dB Monitor of Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Latency: 0 usec, configured 0 usec Flags: HARDWARE DECIBEL_VOLUME LATENCY Properties: alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.class = "generic" alsa.device = "0" alsa.driver_name = "snd_hda_intel" alsa.id = "CX20590 Analog" alsa.long_card_name = "HDA Intel PCH at 0xf2620000 irq 37" alsa.name = "CX20590 Analog" alsa.resolution_bits = "16" alsa.subclass = "generic-mix" alsa.subdevice = "0" alsa.subdevice_name = "subdevice #0" api.alsa.card.longname = "HDA Intel PCH at 0xf2620000 irq 37" api.alsa.card.name = "HDA Intel PCH" api.alsa.path = "front:0" api.alsa.pcm.card = "0" api.alsa.pcm.stream = "playback" audio.channels = "2" audio.position = "FL,FR" card.profile.device = "3" device.api = "alsa" device.class = "monitor" device.id = "42" device.profile.description = "Analog Stereo" device.profile.name = "analog-stereo" device.routes = "2" factory.name = "api.alsa.pcm.sink" media.class = "Audio/Sink" device.description = "Built-in Audio Analog Stereo" node.name = "alsa_output.pci-0000_00_1b.0.analog-stereo" node.nick = "HDA Intel PCH" node.pause-on-idle = "false" object.path = "alsa:pcm:0:front:0:playback" priority.driver = "1009" priority.session = "1009" factory.id = "18" client.id = "34" clock.quantum-limit = "8192" node.driver = "true" factory.mode = "merge" audio.adapt.follower = "" library.name = "audioconvert/libspa-audioconvert" object.id = "49" object.serial = "50" node.max-latency = "16384/48000" Formats: pcm Source #51 State: SUSPENDED Name: alsa_input.pci-0000_00_1b.0.analog-stereo Description: Built-in Audio Analog Stereo Driver: PipeWire Sample Specification: s32le 2ch 48000Hz Channel Map: front-left,front-right Owner Module: 4294967295 Mute: yes Volume: front-left: 48287 / 74% / -7.96 dB, front-right: 48287 / 74% / -7.96 dB balance 0.00 Base Volume: 8250 / 13% / -54.00 dB Monitor of Sink: n/a Latency: 0 usec, configured 0 usec Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY Properties: alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.class = "generic" alsa.device = "0" alsa.driver_name = "snd_hda_intel" alsa.id = "CX20590 Analog" alsa.long_card_name = "HDA Intel PCH at 0xf2620000 irq 37" alsa.name = "CX20590 Analog" alsa.resolution_bits = "16" alsa.subclass = "generic-mix" alsa.subdevice = "0" alsa.subdevice_name = "subdevice #0" api.alsa.card.longname = "HDA Intel PCH at 0xf2620000 irq 37" api.alsa.card.name = "HDA Intel PCH" api.alsa.path = "front:0" api.alsa.pcm.card = "0" api.alsa.pcm.stream = "capture" audio.channels = "2" audio.position = "FL,FR" card.profile.device = "0" device.api = "alsa" device.class = "sound" device.id = "42" device.profile.description = "Analog Stereo" device.profile.name = "analog-stereo" device.routes = "3" factory.name = "api.alsa.pcm.source" media.class = "Audio/Source" device.description = "Built-in Audio Analog Stereo" node.name = "alsa_input.pci-0000_00_1b.0.analog-stereo" node.nick = "HDA Intel PCH" node.pause-on-idle = "false" object.path = "alsa:pcm:0:front:0:capture" priority.driver = "2009" priority.session = "2009" factory.id = "18" client.id = "34" clock.quantum-limit = "8192" node.driver = "true" factory.mode = "split" audio.adapt.follower = "" library.name = "audioconvert/libspa-audioconvert" object.id = "50" object.serial = "51" Ports: analog-input-internal-mic: Internal Microphone (type: Mic, priority: 8900, availability group: Legacy 1, availability unknown) analog-input-dock-mic: Dock Microphone (type: Mic, priority: 7800, availability group: Legacy 2, not available) analog-input-mic: Microphone (type: Mic, priority: 8700, availability group: Legacy 3, not available) Active Port: analog-input-internal-mic Formats: pcm Sink Input #3084 Driver: PipeWire Owner Module: n/a Client: 3083 Sink: 50 Sample Specification: float32le 2ch 44100Hz Channel Map: front-left,front-right Format: pcm, format.sample_format = "\"float32le\"" format.rate = "44100" format.channels = "2" format.channel_map = "\"front-left,front-right\"" Corked: yes Mute: no Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB balance 0.00 Buffer Latency: 0 usec Sink Latency: 0 usec Resample method: PipeWire Properties: client.api = "pipewire-pulse" pulse.server.type = "unix" application.name = "mpv" application.process.id = "45506" application.process.user = "user" application.process.host = "blackbox" application.process.binary = "mpv" application.language = "C" window.x11.display = ":0" application.process.machine_id = "51c7f3d1d8124655c543493452df62a8" application.process.session_id = "2" media.icon_name = "mpv" media.name = "Ranma_One_Half_002.mkv - mpv" node.rate = "1/44100" stream.is-live = "true" node.name = "mpv" node.autoconnect = "true" media.class = "Stream/Output/Audio" adapt.follower.node = "" object.register = "false" factory.id = "6" audio.adapt.follower = "" factory.mode = "split" library.name = "audioconvert/libspa-audioconvert" clock.quantum-limit = "8192" client.id = "65" object.id = "60" object.serial = "3084" node.latency = "2646/44100" pulse.attr.maxlength = "4194304" pulse.attr.tlength = "35280" pulse.attr.prebuf = "0" pulse.attr.minreq = "7056" module-stream-restore.id = "sink-input-by-application-name:mpv" Sink Input #3094 Driver: PipeWire Owner Module: n/a Client: 3093 Sink: 50 Sample Specification: s16le 1ch 44100Hz Channel Map: mono Format: pcm, format.sample_format = "\"s16le\"" format.rate = "44100" format.channels = "1" format.channel_map = "\"mono\"" Corked: no Mute: no Volume: mono: 65536 / 100% / 0.00 dB balance 0.00 Buffer Latency: 0 usec Sink Latency: 0 usec Resample method: PipeWire Properties: client.api = "pipewire-pulse" pulse.server.type = "unix" application.name = "Aegisub" application.process.id = "45628" application.process.user = "user" application.process.host = "blackbox" application.process.binary = "aegisub-3.2" application.language = "en_US.UTF-8" window.x11.display = ":0" application.process.machine_id = "51c7f3d1d8124655c543493452df62a8" application.process.session_id = "2" media.name = "Sound" node.rate = "1/44100" stream.is-live = "true" node.name = "Aegisub" node.autoconnect = "true" media.class = "Stream/Output/Audio" adapt.follower.node = "" object.register = "false" factory.id = "6" audio.adapt.follower = "" factory.mode = "split" library.name = "audioconvert/libspa-audioconvert" clock.quantum-limit = "8192" client.id = "57" object.id = "55" object.serial = "3094" node.latency = "8192/44100" pulse.attr.maxlength = "4194304" pulse.attr.tlength = "22050" pulse.attr.prebuf = "20288" pulse.attr.minreq = "1764" module-stream-restore.id = "sink-input-by-application-name:Aegisub" Client #32 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2413" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "32" object.serial = "32" config.name = "pipewire-pulse.conf" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" log.level = "2" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" application.name = "pipewire" application.process.binary = "pipewire" application.language = "en_US.UTF-8" application.process.id = "2413" application.process.user = "user" application.process.host = "blackbox" core.version = "0.3.48" core.name = "pipewire-user-2413" pipewire.access = "unrestricted" Client #34 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2412" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "33" object.serial = "34" config.name = "/usr/share/wireplumber/wireplumber.conf" application.name = "WirePlumber" wireplumber.daemon = "true" wireplumber.export-core = "true" log.level = "2" wireplumber.script-engine = "lua-scripting" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" application.process.binary = "wireplumber" application.language = "en_US.UTF-8" application.process.id = "2412" application.process.user = "user" application.process.host = "blackbox" core.version = "0.3.48" core.name = "pipewire-user-2412" pipewire.access = "unrestricted" Client #35 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2412" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "34" object.serial = "35" application.name = "WirePlumber [export]" config.name = "/usr/share/wireplumber/wireplumber.conf" wireplumber.daemon = "true" wireplumber.export-core = "true" log.level = "2" wireplumber.script-engine = "lua-scripting" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" application.process.binary = "wireplumber" application.language = "en_US.UTF-8" application.process.id = "2412" application.process.user = "user" application.process.host = "blackbox" core.version = "0.3.48" core.name = "pipewire-user-2412" pipewire.access = "unrestricted" Client #58 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2571" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "52" object.serial = "58" pipewire.access.portal.is_portal = "true" portal.monitor = "Camera" log.level = "0" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" application.name = "xdg-desktop-portal" application.process.binary = "xdg-desktop-portal" application.language = "en_US.UTF-8" application.process.id = "2571" application.process.user = "user" application.process.host = "blackbox" window.x11.display = ":0" core.version = "0.3.48" core.name = "pipewire-user-2571" pipewire.access = "unrestricted" Client #3083 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2413" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "65" object.serial = "3083" client.api = "pipewire-pulse" pulse.server.type = "unix" application.name = "mpv" application.process.id = "45506" application.process.user = "user" application.process.host = "blackbox" application.process.binary = "mpv" application.language = "C" window.x11.display = ":0" application.process.machine_id = "51c7f3d1d8124655c543493452df62a8" application.process.session_id = "2" config.name = "pipewire-pulse.conf" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" log.level = "2" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" core.version = "0.3.48" core.name = "pipewire-user-2413" pipewire.access = "unrestricted" Client #3093 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2413" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "57" object.serial = "3093" client.api = "pipewire-pulse" pulse.server.type = "unix" application.name = "Aegisub" application.process.id = "45628" application.process.user = "user" application.process.host = "blackbox" application.process.binary = "aegisub-3.2" application.language = "en_US.UTF-8" window.x11.display = ":0" application.process.machine_id = "51c7f3d1d8124655c543493452df62a8" application.process.session_id = "2" config.name = "pipewire-pulse.conf" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" log.level = "2" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" core.version = "0.3.48" core.name = "pipewire-user-2413" pipewire.access = "unrestricted" Client #3671 Driver: PipeWire Owner Module: 2 Properties: pipewire.protocol = "protocol-native" pipewire.sec.pid = "2413" pipewire.sec.uid = "1000" pipewire.sec.gid = "1000" module.id = "2" object.id = "66" object.serial = "3671" client.api = "pipewire-pulse" pulse.server.type = "unix" application.process.id = "54002" application.process.user = "user" application.process.host = "blackbox" application.process.binary = "pactl" application.name = "pactl" application.language = "C" window.x11.display = ":0" application.process.machine_id = "51c7f3d1d8124655c543493452df62a8" application.process.session_id = "2" config.name = "pipewire-pulse.conf" cpu.max-align = "32" default.clock.rate = "48000" default.clock.quantum = "1024" default.clock.min-quantum = "32" default.clock.max-quantum = "2048" default.clock.quantum-limit = "8192" default.video.width = "640" default.video.height = "480" default.video.rate.num = "25" default.video.rate.denom = "1" log.level = "2" clock.power-of-two-quantum = "true" link.max-buffers = "64" mem.warn-mlock = "false" mem.allow-mlock = "true" settings.check-quantum = "false" settings.check-rate = "false" core.version = "0.3.48" core.name = "pipewire-user-2413" pipewire.access = "unrestricted" Card #43 Name: alsa_card.pci-0000_00_1b.0 Driver: alsa Owner Module: n/a Properties: api.acp.auto-port = "false" api.acp.auto-profile = "false" api.alsa.card = "0" api.alsa.card.longname = "HDA Intel PCH at 0xf2620000 irq 37" api.alsa.card.name = "HDA Intel PCH" api.alsa.path = "hw:0" api.alsa.use-acp = "true" api.dbus.ReserveDevice1 = "Audio0" device.api = "alsa" device.bus = "pci" device.bus_path = "pci-0000:00:1b.0" device.description = "Built-in Audio" device.enum.api = "udev" device.form_factor = "internal" device.icon_name = "audio-card-analog-pci" device.name = "alsa_card.pci-0000_00_1b.0" device.nick = "HDA Intel PCH" device.plugged.usec = "42945734" device.product.id = "7200" device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (ThinkPad T520)" device.subsystem = "sound" device.sysfs.path = "/sys/devices/pci0000:00/0000:00:1b.0/sound/card0" device.vendor.id = "32902" device.vendor.name = "Intel Corporation" media.class = "Audio/Device" factory.id = "14" client.id = "34" object.id = "42" object.serial = "43" object.path = "alsa:pcm:0" alsa.card = "0" alsa.card_name = "HDA Intel PCH" alsa.long_card_name = "HDA Intel PCH at 0xf2620000 irq 37" alsa.driver_name = "snd_hda_intel" device.string = "0" Profiles: off: Off (sinks: 0, sources: 0, priority: 0, available: yes) output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6565, available: yes) output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority: 6500, available: yes) output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority: 1265, available: yes) output:analog-surround-40: Analog Surround 4.0 Output (sinks: 1, sources: 0, priority: 1200, available: yes) input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority: 65, available: yes) pro-audio: Pro Audio (sinks: 1, sources: 1, priority: 1, available: yes) Active Profile: output:analog-stereo+input:analog-stereo Ports: analog-input-internal-mic: Internal Microphone (type: Mic, priority: 8900, latency offset: 0 usec, availability group: Legacy 1, availability unknown) Properties: port.type = "mic" port.availability-group = "Legacy 1" device.icon_name = "audio-input-microphone" card.profile.port = "0" Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-40+input:analog-stereo analog-input-dock-mic: Dock Microphone (type: Mic, priority: 7800, latency offset: 0 usec, availability group: Legacy 2, not available) Properties: port.type = "mic" port.availability-group = "Legacy 2" device.icon_name = "audio-input-microphone" card.profile.port = "1" Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-40+input:analog-stereo analog-input-mic: Microphone (type: Mic, priority: 8700, latency offset: 0 usec, availability group: Legacy 3, not available) Properties: port.type = "mic" port.availability-group = "Legacy 3" device.icon_name = "audio-input-microphone" card.profile.port = "2" Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-40+input:analog-stereo analog-output-speaker: Speakers (type: Speaker, priority: 10000, latency offset: 0 usec, availability group: Legacy 4, availability unknown) Properties: port.type = "speaker" port.availability-group = "Legacy 4" device.icon_name = "audio-speakers" card.profile.port = "3" Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-40, output:analog-surround-40+input:analog-stereo analog-output-headphones: Headphones (type: Headphones, priority: 9900, latency offset: 0 usec, availability group: Legacy 5, not available) Properties: port.type = "headphones" port.availability-group = "Legacy 5" device.icon_name = "audio-headphones" card.profile.port = "4" Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
Server String: /run/user/1000/pulse/native Library Protocol Version: 35 Server Protocol Version: 35 Is Local: yes Client Index: 3672 Tile Size: 65472 User Name: user Host Name: blackbox Server Name: PulseAudio (on PipeWire 0.3.48) Server Version: 15.0.0 Default Sample Specification: float32le 2ch 48000Hz Default Channel Map: front-left,front-right Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo Cookie: 5df9:5bb0