|
AudioPlayer Class
|
Position: 4 |
| Viewed: 109 times |
| Last Updated | Dec 4th 2006 |
|
| License Specifications |
No Specifications |
|
Description
AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback.
It provides basic functionality like play, stop, mute and loop.
Implements many useful methods to retrive song position, total time, remaining time, song audio format (sample frequency, resolution, channels).
It's written using the JavaSound, a standard package included in J2SE since version 1.3, so you don't need to distribute any extra package like JMF (JavaMediaFramework) with your application.
The Java Sound engine can render 8 or 16 bit audio data, in mono or stereo, with sample rates from 8KHz to 48KHz.
|
|