Contents

siSlopeAndIntercept atom

An atom that contains parameters relevant to a decompressor component.

Overview

The siSlopeAndIntercept atom contains slope, intercept, minClip, and maxClip parameters relevant to a decompressor component.

At runtime, the contents of the type siSlopeAndIntercept and siDecompressorSettings atoms are provided to the decompressor component through the standard SetInfo mechanism of the Sound Manager.

struct SoundSlopeAndInterceptRecord {
    Float64                 slope;
    Float64                 intercept;
    Float64                 minClip;
    Float64                 maxClip;
};
typedef struct SoundSlopeAndInterceptRecord SoundSlopeAndInterceptRecord;

Topics

Data fields

See Also

Extending sound sample descriptions