Skip to content

Commit ee3744c

Browse files
committed
added travis supported sound files
1 parent 2830a40 commit ee3744c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

event-queue/etc/Bass-Drum-1.aif

216 KB
Binary file not shown.

event-queue/etc/Closed-Hi-Hat-1.aif

12.7 KB
Binary file not shown.

event-queue/src/test/java/com/iluwatar/event/queue/AudioTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public void testPlaySound() throws UnsupportedAudioFileException, IOException, I
6262
*/
6363
@Test
6464
public void testQueue() throws UnsupportedAudioFileException, IOException, InterruptedException {
65-
Audio.playSound(Audio.getAudioStream("./etc/Bass-Drum-1.wav"), -10.0f);
66-
Audio.playSound(Audio.getAudioStream("./etc/Bass-Drum-1.wav"), -10.0f);
67-
Audio.playSound(Audio.getAudioStream("./etc/Bass-Drum-1.wav"), -10.0f);
65+
Audio.playSound(Audio.getAudioStream("./etc/Bass-Drum-1.aif"), -10.0f);
66+
Audio.playSound(Audio.getAudioStream("./etc/Bass-Drum-1.aif"), -10.0f);
67+
Audio.playSound(Audio.getAudioStream("./etc/Bass-Drum-1.aif"), -10.0f);
6868
assertTrue(Audio.getPendingAudio().length > 0);
6969
// test that service is started
7070
assertTrue(Audio.isServiceRunning());

0 commit comments

Comments
 (0)