Introduced custom player (uses javax.sound.sampled directly) which should give more...
commitc658f8f3e4a76bd833e0688a7c1f7f041610e1a1
authorstephen@sfnelson.org <stephen@sfnelson.org@c67ee986-0855-0410-825f-15918b819f62>
Fri, 5 Dec 2008 14:10:42 +0000 (5 14:10 +0000)
committerstephen@sfnelson.org <stephen@sfnelson.org@c67ee986-0855-0410-825f-15918b819f62>
Fri, 5 Dec 2008 14:10:42 +0000 (5 14:10 +0000)
treeca02bec2c208250bef27f2cde4ee1f3fbda1bfc1
parent3715bdc47eab07f8df443dd9b575c944112bdf1b
Introduced custom player (uses javax.sound.sampled directly) which should give more control over playback. Also supports ogg vorbis, although there is probably build work needed.

git-svn-id: https://stereo.googlecode.com/svn/trunk@378 c67ee986-0855-0410-825f-15918b819f62
MemphisDJ/src/music/AudioPlayer.java [new file with mode: 0644]
MemphisDJ/src/music/Player.java
MemphisDJ/test/player/PlayerTest.java
MemphisDJ/test/player/music.ogg [new file with mode: 0755]