Skip to content
/ .. /
Audio Player Configuration










Audio Player Configuration

The AudioPlayer configuration points to the location of Custom Playback (.wav) files. This configuration section is only needed if the default location (audio-ref) of the files is changed.

The files must conform to the standard intaQt Audio Service file format (8kHz .wav audio file) and additionally must be equal to or less than 50MB in size. All Custom Playback files *must be stored in the same directory, relative to the project root.

Syntax

1
2
3
AudioPlayer = {
    referenceDirectory: <String>
}

Parameter

  • referenceDirectory - The directory that holds the Custom Playback files
    • Default is set to audio-ref
    • The path must be relative to the project root

Example

1
2
3
AudioPlayer = {
    referenceDirectory: "audio-ref"
}