cAudio::sFrequencyShiftParameters Struct Reference

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>

List of all members.

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

Detailed Description

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.


Member Data Documentation

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.

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.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations

Generated on Sat Feb 20 22:55:24 2010 for cAudio by  doxygen 1.6.2