We have collected the most relevant information on Pulseaudio List Sinks. Open the URLs, which are collected below, and you will find all the info you are interested in.


Migrate PulseAudio · Wiki · PipeWire / pipewire · GitLab

    https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Migrate-PulseAudio#:~:text=For%20non-pulseaudio%20clients%20we%20list%20here%20how%20to,%20%20N%2FA%20%208%20more%20rows%20
    none

PulseAudio/Examples - ArchWiki

    https://wiki.archlinux.org/title/PulseAudio/Examples
    Set the default output sink. To list the output sinks available, type the following command: $ pacmd list-sinks | grep -e 'name:' -e 'index:' * index: 0 name: <alsa_output.pci-0000_04_01.0.analog-stereo> index: 1 name: <combined> The * in front of the index indicates the current default output.

command line - Get active sink in PulseAudio - Unix ...

    https://unix.stackexchange.com/questions/547899/get-active-sink-in-pulseaudio
    As PulseAudio (amazingly) doesn't provide any simple query commands, I'm parsing the output from pacmd list-sinks to get the index of the active sink. However, I'm not sure what lines actually indicate which sink is active. I know that the index line has an asterisk in front of it if it's the default sink. That doesn't appear to be the same as ...

pulseaudio - pulse audio sink, what are they? - Ask Ubuntu

    https://askubuntu.com/questions/1010281/pulse-audio-sink-what-are-they
    Call it cultivating curiosity but what do the sinks stand for exactly, when i run . pactl list sinks | egrep 'Sink|State|Mute|Volume' I get the output below, what I'm not understanding is sink #0 is running, but i have no sound running, and no audio inputs are plugged into my machine. if i had to guess I'd say sink #0 was my internal card and sink #1 was any outputs but that's a …

Down the drain: The elusive ‘default’ PulseAudio sink ...

    https://brokkr.net/2018/05/24/down-the-drain-the-elusive-default-pulseaudio-sink/
    You either use indices or names but the former are not guaranteed to persist across sessions. You can get a list of both by issuing the command: pactl list sinks short. Try rebooting a few times and check what is the fallback sink each time. This can be done using GUIs like pavucontrol or from the command line. pacmd list-sinks | grep -e 'name:' -e 'index'

PulseAudio from the Command Line - Shallow Sky

    https://shallowsky.com/linux/pulseaudio-command-line.html
    You can list those with: pactl list sinks | grep -e Name: -e Volume: But that isn't enough, because Pulse maintains a separate sink and a separate volume for each application. You can get a verbose list of running programs that are producing sound this way: pactl list sink-inputs | grep -e Sink: -e media.name -e application.name -e Volume:

Look up pulseaudio sink-input index by property - Stack ...

    https://stackoverflow.com/questions/39736580/look-up-pulseaudio-sink-input-index-by-property
    $ cat pulse-get-sink-input-for-pid #!/bin/bash if [ $# -ne 1 ]; then >&2 echo Need PID; exit 1; fi export pid=$1 pactl list sink-inputs | perl -nle '/Sink Input #(\d+)/ and $si = $1; /application.process.id.*?(\d+)/ and ($1 == $ENV{pid}) and print "$si"'

Modules – PulseAudio

    https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/
    module-jack-sink. This module implements a PulseAudio sink that connects to JACK and registers as many output ports as requested. sink_name The name for the PulseAudio sink. If omitted defaults to jack_out. sink_properties Extra properties to be stored in the sink's property list. server_name The JACK server to connect to.

Now you know Pulseaudio List Sinks

Now that you know Pulseaudio List Sinks, we suggest that you familiarize yourself with information on similar questions.