Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Sound » PlaySoundFile

PlaySoundFile


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, Adaptive Vision Studio Professional version.