You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2017. It is now read-only.
Does the issue occur in "quirks mode", "standards mode" or both? If you
don't know, does your HTML page contains a DOCTYPE declaration?
HTML page DOES contain a DOCTYPE declaration
What version of GWT are you using? 1.4.60? 2.0.4? Other?
2.4.0
What version of the gwt-voices jar file or library file are you using?
2.1.8. But tried also with 3.2.0
What operating system(s) are you using? Windows? Linux? Mac?
Windows 7
Does the issue occur in web mode, development mode (formerly "hosted
mode"), both or don't know?
What browser(s) do you use? Chrome, Firefox, IE, Safari, other?
Chrome Version 26.0.1410.64 m (but occurs in earlier versions too)
What is the browser version (if you know) from Help->About?
What steps will reproduce the problem? Please attach sample code if you
can.
url = "blahUrl";
soundController = new SoundController();
lastAudioFromLog =
soundController.createSound(Sound.MIME_TYPE_AUDIO_WAV_UNKNOWN, url);
lastAudioFromLog.play();
What is the expected output?
Get only single call to the URL. In IE and Firefox, the URL is invoked only
once as expected. In Chrome is called 3 to 4 times.
What do you see instead?
Multiple calls for the URL and hence the audio gets played more than one
simultaneously.
Do you have a workaround?
No. The issue happens only in Chrome. IE and Firefox works fine.
Please provide any additional information below.
Content type is: audio/wav
The sound controller being instantiated is NativeSound. Flash, HTML5 and
WebAudio are not. I tried also disabling all Chrome plugins, and enabling Flash
and even QuickTime which I installed additionally to try this.
Original issue reported on code.google.com by biancopa...@gmail.com on 15 May 2013 at 6:47
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
biancopa...@gmail.com
on 15 May 2013 at 6:47The text was updated successfully, but these errors were encountered: