Adds an audio file
| <viz>.addAudio( | |
| filename | |
| device = viz.AUTO_COMPUTE | |
| ) |
Device Value | Description |
viz.AUTO_COMPUTE | Use the device ID specified by the viz.audio.device option or the <viz>.setDefaultAudioDevice command, which defaults to 0. |
0 | Use the default system audio device (configurable through the Windows Control Panel). |
AudioDevice object | An audio device object that was retrieved through the <viz>.getAudioDeviceList command. |