Start » Filter Reference » System » Sound » PlaySoundFile
Module: | FoundationLite |
---|
Plays specified audio file in WAV format.
Name | Type | Description | |
---|---|---|---|
inFile | File | Sound file in WAV format | |
inSynchronous | Bool | Plays sound in synchronous mode, waiting for the end of playback |
Description
This filter plays specified in inFile audio file in WAV format. The audio file is by default played in asynchronous (non-blocking) mode - to play file in synchronous mode set the inSynchronous input to True.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
IoError | PlaySoundFile supports only .wav files. |
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.