-
Java Media Libraries
I'm starting to work on developing an audio player using Java as a personal/improving Java skills project. I have been looking around and have been unsuccessful in finding a good Java library for use in such a project in terms of handling the different types of audio files. I know Sun has the JMF Framework library but it is outdated and has not been updated in like 7 years. I would like to use something a little more up-to-date that would be able to handle the various audio files you find out on the web. I also want to expand it to include video down the road so something that handles both would be ideal. Unfortunately I cannot seem to find anything that fits the bill. Anyone have any suggestions on what to use? I was thinking of using VLC with their Java bindings however not sure that is the best way to go.
Thanks
-
Java sound resources: jsresources.org
-