Are there any implemented class libraries under Java for working with sound ?. Of the functions required: play, rewind, pause sound from common formats, as well as change the sound characteristics themselves (frequencies, playback amplitude, other audio conversion functions). Thanks in advance for any decisions.
2 answers
From classics: JavaTM Sound Programmer Guide .
|
The project is a reference implementation of Java bindings for the OpenAL API.
|