This package contains a format conversion provider for JavaSound.
This provider supports conversion to and from:
- 8 bits and 16bits
- Mono and stereo
- Little endian and big endian
- PCM and ALaw (TODO)
- PCM and uLaw (TODO)
Resampling is not supported through the format conversion provider, but
an implementation is available in the Resampler class.