Package ConformanceNist.Sounds.AudioClip


package ConformanceNist.Sounds.AudioClip
  • Classes
    Class
    Description
    By simply setting a default AudioClip using the default values a sound should NOT play at load time, and will not generate events.
    Test loop equals true.
    This file tests the ability of a browser to parse the AudioClip node, and its description field.
    Test duration_changed field.
    A "phonograph" geometry is initially "white" in color, AudioClip begins to play, (when the viewer clicks on the "Start" button, the AudioClips "isActive" field changes to "true", and the color of the "phonograph" geometry should turn yellow.
    This file tests the ability of a browser to skip a nonexistent URL and proceed to the next url in the list to load a sound file.
    This world tests an AudioClip pitch range of 0.5, 1 and 2.0 to determine if the browser correctly alters sound octave as well as sound duration time.
    Test loop field set to false, and the startTime is equal to stopTime.
    Test of loop field set to false, and the startTime "4" equal to stopTime of "2".
    Test of loop field equal to true, and startTime equal to stopTime.
    Test of loop field equals true, and startTime of "4" equal to a stopTime of "4".
    Test of looop set to false, and the startTime (clicking the "Start" button) is greater than stopTime (set to 4 in this example).
    Test of loop equal to false, and the startTime "4" greater than a stopTime of "2".
    Test of loop equal to true, and startTime greater than stopTime.
    Test of loop equal to true, and startTime of "4" greater than a stopTime of "2".
    Test of loop equal to false, and startTime less than stopTime.
    Test of loop equals false, and the startTime "2" less than stopTime "4".
    Test of loop equals true, and the startTime less than stopTime.
    Test of loop equals true, and startTime of "2" less than a stopTime of "4" This results in stopTime being considered less than "now", and hence the AudioClip will not play.