-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement mp3/ogg/.. SoundFile decoding using JavaSound
This will break Android support to some extent, but fixes #32 by switching to the much more well-supported (and 4x faster!) mp3spi, closes #53 by adding support via vorbisspi, and also fixes #15 since 8 bit wav files are are now simply decoded through JavaSound.
- Loading branch information
1 parent
9f79c7e
commit 58f0eb1
Showing
3 changed files
with
58 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters