Owning Palette: Graphics & Sound VIs
Use the Sound Output VIs to configure and control a sound output device.
Palm OS Sound VIs are supported for Palm OS 5.0 and higher.
| Palette Object | Description |
|---|---|
| SO Clear | Closes the output sound device associated with the task ID in input parameter and releases any resources. |
| SO Config | Configures a sound output device and creates a sound output task ID. |
| SO Pause | Pauses a sound output device associated with the task ID in input parameter. |
| SO Set Num Buffers | Sets the number of output buffers associated with the task ID in input parameter. |
| SO Start | Starts a sound output operation associated with the task ID in input parameter. |
| SO Stop | Immediately stops the sound output operation associated with the task ID in input parameter. |
| SO Volume | Sets the volume of the sound output device. |
| SO Wait | Waits until the sound output device finishes playing all the data the device has received. |
| SO Write | Writes data to the sound output device associated with the task ID in input parameter. |