SourceControlTime#

class ansys.sound.core.sound_composer.SourceControlTime(file_str='')#

Sound Composer’s time source control class.

This class stores the source control (that is, the control parameter values over time) used by the Sound Composer to generate a sound from sources of types broadband noise and harmonics (with one or two control parameters).

Class instantiation takes the following parameters.

Parameters:
file_strstr, default: “”

Path to the control data file. Supported files are WAV files and and text files with the header AnsysSound_SoundSamples.

Methods

SourceControlTime.convert_fields_container_to_np_array(fc)

Convert a DPF fields container to a NumPy array.

SourceControlTime.get_output()

Get output.

SourceControlTime.get_output_as_nparray()

Get output as a NumPy array.

SourceControlTime.load_from_text_file(file_str)

Load control data from a text file.

SourceControlTime.load_from_wave_file(file_str)

Load control data from a WAV file.

SourceControlTime.plot()

Plot the control profile.

SourceControlTime.process()

Process inputs.

Attributes

SourceControlTime.control

Control profile (control parameter values over time).

SourceControlTime.description

Description of the control profile.