Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
typedef struct _ModuleBiquadLoading

{
     ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure

    INT32 maxStages;                              // Maximum Biquad stages that can be run

    INT32 numStages;                              // Number of Biquad stages currently running
     awe_modBiquadCascadeInstance *filt; // Cascade of second order Biquad filters

} ModuleBiquadLoadingClass;

...