Fortunately, the 3rd party stuff is open source. It hasn't been updated since 2009 but the good news is the underlying framework, Java Sound, now supports MP3 which it didn't in 2009 it seems.
I think I am heading down the road of reworking the 3rd party good to support MP3 at this point. I had looked into a multitude of other possibilities and none were panning out.
- audio.js
- The fallback to Flash isn't working and appears to be related to some specific data aspects of the WAV data we are using.
- Found some thread talking about code which needed native libs which I don't really want to deal with. Been there and done that and in our environment it would be a disaster waiting to happen.
- Found a thread talking about NestedVM which allowed conversion of native code to Java bytecode. My quick review of this found some pretty negative items.
- Other weird or impractical ideas which I may include/update here at some point but it is getting late.
Anyways, it looks like the Java sound api has improved and includes much more functionality now and appears to be the best option which I hope won't turn into a blackhole for my time.
No comments:
Post a Comment