|
ASPiK SDK
|
Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation. More...
#include <fxobjects.h>
Public Member Functions | |
| PSMVocoderParameters & | operator= (const PSMVocoderParameters ¶ms) |
Public Attributes | |
| double | pitchShiftSemitones = 0.0 |
| pitch shift in half-steps | |
| bool | enablePeakPhaseLocking = false |
| flag to enable phase lock | |
| bool | enablePeakTracking = false |
| flag to enable peak tracking | |
Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.