Home » Questions » Computers [ Ask a new question ]

How can I find out what programs are using sound in Linux?

How can I find out what programs are using sound in Linux?

"Is there anyway of knowing what binaries are using the sound system/server ?
Like seeing something in the /proc directory (or /dev) ?"

Asked by: Guest | Views: 310
Total answers/comments: 1
Guest [Entry]

Run 'lsof | grep dev/snd' as root. You'll see what processes have files in /dev/snd open.