johnhoran / Laine

Gnome extension which allows the control of the volume of individual applications as well as a more in depth control of mpris aware applications from a single applet
https://extensions.gnome.org/extension/937/laine/
GNU General Public License v2.0
27 stars 11 forks source link

Some apps have too generic names #5

Open johnhoran opened 9 years ago

johnhoran commented 9 years ago

Some applications, mainly games, rely on audio middleware. In this case, the name presented to pulseaudio is generic and doesn't reflect the name of the application actually making sound. Similarly if you watch video through a flash player, the application name is alsa container rather than the name of the browser. In both of these cases it should be possible to get the name and icon from the window instead, most of the time.

ghost commented 9 years ago

This is more of upstream issues, we can collect links to original bugreports here. For example GNOME Web has many of WebKitWebProcess, of which only one outputs any sound.

ghost commented 9 years ago

https://github.com/scottt/AdvancedVolumeMixer does this, so maybe I'm wrong.