SpectrumSynthesisMethods#

class ansys.sound.core.sound_composer.SpectrumSynthesisMethods(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Class (enum) providing the list of the available methods to generate a sound from a spectrum.

Note: The method names used here must all correspond to existing synthesis method identifiers in the DPF Sound operators.

Attributes

SpectrumSynthesisMethods.IFFT

Synthesis method based on the Inverse Fast Fourier Transform of the input spectrum.

SpectrumSynthesisMethods.Hybrid

Hybrid synthesis method (Harmonic/IFFT), which combines pure tones generation and IFFT.