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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | in_multi_channel_signal | fields_container, field | Signal to save: fields_container with each channel as a field. |
| Pin 1 Required | out_path_and_file_name | data_sources | Path of the wav file to save. |
| Pin 2 Required | type | string | Bit 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
| Output | Name | Expected type(s) | Description |
|---|
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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.