Class SimSoundProcessingSettings
Inheritance
SimSoundProcessingSettings
Assembly: NXOpen.dll
Syntax
public class SimSoundProcessingSettings : NXObject, IMessageSink, INXObject
Constructors
SimSoundProcessingSettings()
Declaration
protected SimSoundProcessingSettings()
Properties
EnableOutputNormalization
Declaration
public bool EnableOutputNormalization { get; }
Property Value
EnableSingleTrackMode
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use @link NXOpen.SoundProcessingSettings.EnableSingleTrackMode@endlink instead.")]
public bool EnableSingleTrackMode { get; }
Property Value
FilterOrder
Declaration
public int FilterOrder { get; }
Property Value
ImpulseResponseReference
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use @link NXOpen.SoundProcessingSettings.TransferReference@endlink instead.")]
public SimSoundProcessingImpulseResponse ImpulseResponseReference { get; }
Property Value
InverseFftTolerance
Declaration
public double InverseFftTolerance { get; }
Property Value
OutputNormalizationGain
Declaration
public double OutputNormalizationGain { get; }
Property Value
SpectrogramAudioChannel
Declaration
public SoundProcessingAudioChannel SpectrogramAudioChannel { get; }
Property Value
SpectrogramMaximumFrequency
Declaration
public Expression SpectrogramMaximumFrequency { get; }
Property Value
SpectrogramWindowLength
Declaration
public Expression SpectrogramWindowLength { get; }
Property Value
SpectrogramWindowOverlap
Declaration
public int SpectrogramWindowOverlap { get; }
Property Value
SpectrogramWindowType
Declaration
public SoundProcessingWindowType SpectrogramWindowType { get; }
Property Value
TransferReference
Declaration
public SimSoundProcessingTransfer TransferReference { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink