Sample Poem
CODE:
- // this thread to randomly play audio file
- try {
- audioPlayer = new AudioArrayPlayer("audio", audioStrings, true); // true, in audio cueing mode
- //InputStream in = getClass().getResourceAsStream("/audio/beep.wav");
- audioTimer = new AudioTimer();
- running = true;
- audioTimer.start(); // start audio thread
FUNCTION: Plays one of the poems at random unless interrupted by wayfinding.
Discussion of "Sample Poem"
Add your voice to this discussion.
Checking your signed in status ...