Solved Get current playing sound streams

I remember recently having used a command to get a list of all current playing streams, but I'm not able to remember what was that command. It dumps a list of current playing sound streams on channels (with process name, ex. firefox, mplayer).

Any hint?
 
I did remember the command, it is simply
Code:
$ cat /dev/sndstat

after having increased the verbosity of the sound driver

Code:
# sysctl hw.snd.verbose=2
 
Back
Top