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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | in_wav_file | data_sources | Path to the wav file to read. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | out_multichannel_signal | fields_container | Multichannel signal: container, with each channel as a field. |
| Pin 1 | sampling_frequency | double | Sampling frequency in Hz. |
| Pin 2 | format | string | Format (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
| 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: load_wav_sas
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.