ORKEnvironmentSPLMeterStep Class Reference
Inherits from | ORKActiveStep : ORKStep : NSObject |
---|---|
Declared in | ORKEnvironmentSPLMeterStep.h |
thresholdValue
The maximum permissible value for the environment sound pressure level in dBA.
@property (nonatomic, assign) double thresholdValue
Declared In
ORKEnvironmentSPLMeterStep.h
samplingInterval
The rate at which the AVAudioPCMBuffer
is queried and A-weighted filter is applied.
@property (nonatomic, assign) NSTimeInterval samplingInterval
Declared In
ORKEnvironmentSPLMeterStep.h
requiredContiguousSamples
The number of consecutive samples less than threshold value required for the step to proceed.
@property (nonatomic, assign) NSInteger requiredContiguousSamples
Declared In
ORKEnvironmentSPLMeterStep.h