SoundOutput
SoundOutput places disk files out the speakers of the local computer.
Module
|
+-- OutputDevice
|
+-- SoundOutput
Input streams
1 String filePath and 1 boolean stream playNow. This allows two types
of SoundOutput modules:
- The String is fixed, and playing is controlled by the playNow stream.
- The playNow stream is fixed on, and playing is controlled by the
availability of a stringin the filePath stream.
Output streams
none
Fields
Methods
- final public void update() -- if not already playing, and a string
is available in the input stream, and the playNow stream is true,
plays the file.