ORKSpeechInNoiseStep Class Reference

Inherits from ORKActiveStep : ORKStep : NSObject
Declared in ORKSpeechInNoiseStep.h

This active step programatically mixes the speech file with noise file and applies the filter.

  speechFileNameWithExtension

This property accepts the speech file.

@property (nonatomic, copy, nullable) NSString *speechFileNameWithExtension

Declared In

ORKSpeechInNoiseStep.h

  noiseFileNameWithExtension

This property accepts the noise file.

@property (nonatomic, copy, nullable) NSString *noiseFileNameWithExtension

Declared In

ORKSpeechInNoiseStep.h

  filterFileNameWithExtension

This property accepts the filter file.

@property (nonatomic, copy, nullable) NSString *filterFileNameWithExtension

Declared In

ORKSpeechInNoiseStep.h

  gainAppliedToNoise

The linear gain applied to the noise file before mixing it with the speech file.

@property (nonatomic, assign) double gainAppliedToNoise

Declared In

ORKSpeechInNoiseStep.h

  willAudioLoop

This boolean determines the repetitions of the file.

@property (nonatomic, assign) BOOL willAudioLoop

Declared In

ORKSpeechInNoiseStep.h