0

How do I get the list of the playback processes that are currently monitored by pulseaudio control via terminal?

enter image description here

I wish to get the process names or pid of System sounds and gmusicbrowser.

Community
  • 1
  • 1
goelakash
  • 2,502
  • 4
  • 40
  • 56

1 Answers1

3

"System Sounds" doesn't have a process; it's a passive setting for... system sounds.

Everything else can be retrieved using pacmd list-sink-inputs.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358