To play files in mp3 format, the following libraries need to be
on the classpath:
- mp3spi1.9.2.jar
- jl1.0.jar
- tritonus_share.jar
These are currently available at
Javazoom
To play files in ogg format, the following libraries need to be on the
classpath:
- jogg-0.0.7.jar
- jorbis-0.0.15.jar
- tritonus_jorbis-0.3.6.jar
- tritonus_share.jar
These are currently available at:
tritonus.org
Package Specification
This package provides all the audio functionality for JIG. Audio files
can be played back as fully loaded clips of audio or they can be streamed.
Currently, this audio functionality is implemented with Java Sound.
Related Documentation
The following were excellent resources during design and implementation: