Skip to main content

sound:write SAS wav file

Version: 0.0.0

Description

Writes signal(s) (fields_container) to a wav file (Ansys Sound SAS wav format).

Inputs

InputNameExpected type(s)Description
Pin 0
Required
in_multi_channel_signalfields_container, fieldSignal to save: fields_container with each channel as a field.
Pin 1
Required
out_path_and_file_namedata_sourcesPath of the wav file to save.
Pin 2
Required
typestringBit depth. Supported values are: 'float32', 'int32', 'int16', 'int8'.
This means that the samples will be respectively coded into the wav file using 32 bits (32-bit IEEE Float), 32 bits (int), 16 bits (int) or 8 bits (int).

Outputs

OutputNameExpected type(s)Description

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: write_wav_sas

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.