opsu-dance/src/itdelatrisu/opsu/audio
Jeffrey Han dabfb827ee Use Download class to download track previews into a Temp/ directory.
AudioSystem.getAudioInputStream(URL) was causing issues, so just download the files using the more robust Download class.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2016-10-13 04:12:47 -04:00
..
HitSound.java Added lots of 'final' modifiers to class fields where applicable. 2015-08-20 21:11:55 -05:00
MultiClip.java Added some missing @param and @throws Javadoc comments. 2015-09-09 23:51:16 -04:00
MusicController.java Make music pitch and speed go down on fail (like in osu!) 2015-11-16 14:33:07 +01:00
SoundController.java Use Download class to download track previews into a Temp/ directory. 2016-10-13 04:12:47 -04:00
SoundEffect.java Added lots of 'final' modifiers to class fields where applicable. 2015-08-20 21:11:55 -05:00