Google Chrome may soon get audio indicators to show you noisy tabs
31–40 of 111 posts
Re: Google Chrome may soon get audio indicators to show you noisy tabs
#32Re: Google Chrome may soon get audio indicators to show you noisy tabs
#33Re: Google Chrome may soon get audio indicators to show you noisy tabs
#34I wonder if this has anything to do with the Google version of Flash (called "Pepper") that Chrome now includes -- if that will be used as a special hook or something. Or if there's another way to do it.
Re: Google Chrome may soon get audio indicators to show you noisy tabs
#35This is more exciting than half of the features in HTML5.
Only if it works reliably though. I wonder whether they can make it work with plugins. Maybe you'd have to get a hook with some platform specific OS API that tells you when sound is playing (does this even exist though)? You could then match this to user interactions within the browser - did the user click inside my browser window when the event started? Then it's probably happening within that tab and I'm gonna show…
Re: Google Chrome may soon get audio indicators to show you noisy tabs
#36Even better would be a play/pause button... or is that not feasible? I'm not so familiar with browser development.
Re: Google Chrome may soon get audio indicators to show you noisy tabs
#37Isn't the fact that we're all so excited by this hampered by the fact that it sucks that Chrome automatically starts youtube videos when you open the tab and that's the only reason we need this.
Re: Google Chrome may soon get audio indicators to show you noisy tabs
#38Earlier quoted context omitted.
Only if it works reliably though. I wonder whether they can make it work with plugins. Maybe you'd have to get a hook with some platform specific OS API that tells you when sound is playing (does this even exist though)? You could then match this to user interactions within the browser - did the user click inside my browser window when the event started? Then it's probably happening within that tab and I'm gonna show…
Safari won't run any flash animation until you actually have the tab active and is pretty reliable. I'll be happy if they do that.
Re: Google Chrome may soon get audio indicators to show you noisy tabs
#39Earlier quoted context omitted.
Yes, on Windows you can intercept/hook the Audio API and know where the calls came from. My company has done that for multiple applications: http://www.nektra.com/products/audio-recorder-api/ Remember that on Google Chrome there is a separation of processes so you can differentiate what tab iis related to the sound.
It seems like it would be a nice feature on multiple monitors to use stereo/3D sound to locate an alert sound coming out of a window. For instance, if it's on the extreme side of the right monitor, play a sound in the right speaker.