ASPiK SDK
Loading...
Searching...
No Matches
DecimatorInput Struct Reference

Custom input structure for DecimatorInput; it holds an arry of input samples that will be decimated down to just one sample. More...

#include <fxobjects.h>

Public Attributes

double audioData [maxSamplingRatio] = { 0.0, 0.0, 0.0, 0.0 }
 input array of samples to be decimated
 
unsigned int count = maxSamplingRatio
 count of samples in input array
 

Detailed Description

Custom input structure for DecimatorInput; it holds an arry of input samples that will be decimated down to just one sample.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

The documentation for this struct was generated from the following file: