Linux - List process playing sound, What processes are playing sound

List process playing sound


When trying to play a sound you may sometimes get an error saying that your sound card is already used, but not by what process.
lsof | grep pcm
This will list all processes playing sound, useful to kill processes that you no longer need but that keep using your sound card.

The topic on Linux - List process playing sound is posted by - Math

Hope you have enjoyed, Linux - List process playing soundThanks for your time

Tech Bluff