0

Is there a way to prevent sounds to play when loading webpages in TChromium? In fact I want no sound to be played by my app.

David Heffernan
  • 572,264
  • 40
  • 974
  • 1,389
delphirules
  • 5,259
  • 13
  • 43
  • 87
  • I don't think there is a simple way to prevent sounds being played from webpage without muting your entire application. This is due the fact that webpage can play sounds from Java Script, HTML5 or any number of browser extensions like Flash Player, Shockwave Player etc. In order to mute sounds from your application you need to access Windows sound mixer. – SilverWarior Jan 07 '16 at 01:12
  • Now if you want to have multi tab capabilities and have control over playing sounds for each tab separately then I'm you will have to implement similar way of managing multiple tabs as other browsers do where each tab is actually being processed in its own application instance. – SilverWarior Jan 07 '16 at 01:16
  • Do you only want to suppress the sounds during loading? And then let them play once the pages have finished loading? – David Heffernan Jan 07 '16 at 07:39
  • @SilverWarior No problem to mute all my application, i want NO sound to be played by my app – delphirules Jan 07 '16 at 11:32
  • @DavidHeffernan I want to suprpess any sound that a web page could play, during or after loading. – delphirules Jan 07 '16 at 11:33
  • @DavidHeffernan It seems like the actual question of OP is a duplicate of the one you marked, but the question as posed (muting sound of chromium) certainly is not. Might be worth leaving it open to possibly get an answer to that question? – DNR Jan 07 '16 at 14:59
  • No because Google Chrome is probably not what is going to make the sound, a plugin like Flash is likely to make that sound. – Warren P Jan 08 '16 at 02:15

0 Answers0