SpectrumSynthesisMethods#

class ansys.sound.core.sound_composer.SpectrumSynthesisMethods(*values)#

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

IFFT: sound generation method based on the Inverse Fast Fourier Transform of the input spectrum, using random phases.

SpectrumSynthesisMethods.Hybrid

Hybrid: sound generation method that combines generation of pure tones and IFFT.