LoadWav#

class ansys.sound.core.signal_utilities.LoadWav(path_to_wav='')#

Loads a signal from a WAV file.

Methods

LoadWav.convert_fields_container_to_np_array(fc)

Convert a DPF fields container to a NumPy array.

LoadWav.get_output()

Get the signal loaded from the WAV file as a DPF fields container.

LoadWav.get_output_as_nparray()

Get the signal loaded from the WAV file as a NumPy array.

LoadWav.plot()

Plot the resulting signals in a single figure.

LoadWav.process()

Load the WAV file.

Attributes

LoadWav.path_to_wav

Path to the WAV file.