Skip to main content

sound:load an SAS wav file

Version: 0.0.0

Description

Read a wav file created by Ansys Sound SAS, and store the signal(s) in a fields_container.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
in_wav_filedata_sourcesPath to the wav file to read.

Outputs

OutputNameExpected type(s)Description
Pin 0out_multichannel_signalfields_containerMultichannel signal: container, with each channel as a field.
Pin 1sampling_frequencydoubleSampling frequency in Hz.
Pin 2formatstringFormat (including bit depth).
Supported values are 'float32', 'int32', 'int16' and 'int8'.
These mean that the wav file samples are coded using 32-bit floats (32-bit IEEE Float), 32-bit integers, 16-bit integers, and 8-bit integers, respectively.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: sound

Plugin: sound

Scripting name: None

Full name: None

Internal name: load_wav_sas

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.