JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 5 forks source link

For audio playback, replace QuickTime with something cross platform. #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
QuickTime is a holdover from when xulsword was Windows only, and today there 
are better cross platform solutions available. 

JPlayer could be used. All of xulsword's existing audio files are already 
online in mp3 and ogg, so JPlayer would work easily.

Both QuickTime and the audio player widget both need to be replaced.

Original issue reported on code.google.com by gpl.prog...@gmail.com on 9 Oct 2013 at 5:50

GoogleCodeExporter commented 9 years ago
xulsword 3.8 now has audio support in Linux as well as Windows. The QuickTime 
plugin that had been used for audio support is replaced with Firefox's native 
HTML5 player. So xulsword for Windows can still play mp3 files as always. But 
at present xulsword Linux will request ogg files from the audio repository 
instead of mp3, and then play ogg (since mp3 support is not there yet).

Original comment by gpl.prog...@gmail.com on 18 Oct 2013 at 3:27