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:
  1. The String is fixed, and playing is controlled by the playNow stream.
  2. The playNow stream is fixed on, and playing is controlled by the availability of a stringin the filePath stream.

Output streams

none

Fields

Methods