Results 1 to 2 of 2
Hello
I am trying to get a list of running processes using audio (using gstreamer), just like in gnome-volume-control, under applications, but have so far been unsuccessful in finding anything ...
- 07-19-2010 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
Python: Trying to list running audio processes
Hello
I am trying to get a list of running processes using audio (using gstreamer), just like in gnome-volume-control, under applications, but have so far been unsuccessful in finding anything in either the gtk or gstreamer library, anyone out there who can point me in the right direction?
- 07-29-2010 #2Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
Alright, i found the answer to my own problem after a long long time of search, since it seems no one have a clue about audio programming/scripting in linux. And because of that i might as well post here how i did it, for future users who might need an answer to this problem:
by typing this in the console PulseAudio will list all active clients (applications) using audio:
pacmd list-clients | grep application.name


Reply With Quote