The frequency shifter is a single-sideband modulator, which translates all the component frequencies of the input signal by an equal amount. More...
#include <IEffectParameters.h>
Public Types | |
| enum | ShiftDirection { ESD_DOWN, ESD_UP, ESD_OFF, ESD_COUNT } |
Public Member Functions | |
| sFrequencyShiftParameters (float frequency=0.0f, ShiftDirection left=ESD_DOWN, ShiftDirection right=ESD_DOWN) | |
Public Attributes | |
| float | Frequency |
| ShiftDirection | Left |
| ShiftDirection | Right |
The frequency shifter is a single-sideband modulator, which translates all the component frequencies of the input signal by an equal amount.
Definition at line 544 of file IEffectParameters.h.
This is the carrier frequency. For carrier frequencies below the audible range, the singlesideband modulator may produce phaser effects, spatial effects or a slight pitch-shift. As the carrier frequency increases, the timbre of the sound is affected; a piano or guitar note becomes like a bell's chime, and a human voice sounds extraterrestrial! Range: 0.0 to 24000.0
Definition at line 564 of file IEffectParameters.h.
| ShiftDirection cAudio::sFrequencyShiftParameters::Left |
These select which internal signals are added together to produce the output. Different combinations of values will produce slightly different tonal and spatial effects.
Definition at line 568 of file IEffectParameters.h.
| ShiftDirection cAudio::sFrequencyShiftParameters::Right |
These select which internal signals are added together to produce the output. Different combinations of values will produce slightly different tonal and spatial effects.
Definition at line 572 of file IEffectParameters.h.
1.6.2