Skip to main content

sound:load sound samples from txt file

Version: 0.0.0

Description

Return a signal (in a field) created with the samples vs time loaded from a txt file. Supported files are text files with the header AnsysSound_SoundSamples, as in Ansys Sound SAS.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
file_pathstringPath to text file.

Outputs

OutputNameExpected type(s)Description
Pin 0signalfieldThe signal loaded from the file, as a Field.

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_sound_samples_from_txt

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.