Changeset 51 in tmcsimulator for trunk/test


Ignore:
Timestamp:
07/03/2016 06:25:46 AM (10 years ago)
Author:
jdalbey
Message:

SoundPlayer?.java modified to use Jaco mp3player instead of obsolete Sun libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tmcsim/cadsimulator/SoundPlayerTest.java

    r16 r51  
    3636        System.out.println("run"); 
    3737        Vector dummy = new Vector(); 
     38        // the frog clip is actually 3 seconds long, but we specify clip duration of 2 
     39        // to demonstrate that the subsequent clip will start before the first one finishes. 
     40        // This shows that SoundPlayer assumes correct clip durations. 
    3841        IncidentEvent evt1 = new IncidentEvent(0, null, "frog-croak.mp3", 2, dummy, dummy); 
    3942        IncidentEvent evt2 = new IncidentEvent(0, null, "bikehorn.mp3", 1, dummy, dummy); 
Note: See TracChangeset for help on using the changeset viewer.