fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

gwt-voice don't work with firefox 25 = no sounds #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Firefox 25 use webaudio now but don't allow to use the fonction createbuffer.

This fonction is currently used in createvoice in gwt-voices :(

It must be replace by decodeAudioData like said here :

https://developer.mozilla.org/en-US/docs/Web_Audio_API/Porting_webkitAudioContex
t_code_to_standards_based_AudioContext

good luck :)

Original issue reported on code.google.com by steph...@ooki.com on 7 Nov 2013 at 1:01

GoogleCodeExporter commented 9 years ago
As workaround you can add "?gwt-voices=html5" to your url... 

Original comment by cso...@app2square.com on 8 Feb 2014 at 9:40

GoogleCodeExporter commented 9 years ago
Hi,
Our game parimetrosimulator.appspot.com has no longer sound on Mozilla Firefox. 
See https://bugzilla.mozilla.org/show_bug.cgi?id=995576
The following workaround 
http://www.parismetrosimulator.appspot.com/Metro.jsp?gwt-voices=html5
works but it would ne nice if we could have a solution without changing the URL.
Thanks.

Original comment by lignedem...@gmail.com on 22 Apr 2014 at 9:47

GoogleCodeExporter commented 9 years ago
Working on a fix in 
https://code.google.com/p/gwt-voices/source/detail?r=4cc00f098de11a2d0a4ee312e64
d77bd67788e3b

Original comment by fredsa@google.com on 23 Apr 2014 at 12:40

GoogleCodeExporter commented 9 years ago
This is being tracked in 
https://code.google.com/p/gwt-voices/issues/detail?id=35, which contains an 
updated gwt-voices jar to try.

Voice a new gwt-voices release is out we'll need to update PlayN pom.xml to 
depend on this new version.

Original comment by fredsa@google.com on 23 Apr 2014 at 11:09