Package | Description |
---|---|
org.openimaj.audio.generation |
Modifier and Type | Class and Description |
---|---|
static class |
Oscillator.DummyOscillator
Generates an empty sample chunk
|
static class |
Oscillator.FrequencyModulatedOscillator
Frequency modulation of wave types.
|
static class |
Oscillator.NoiseOscillator
White noise generator
|
static class |
Oscillator.SawOscillator
Oscillator that produces saw waves.
|
static class |
Oscillator.SineOscillator
Oscillator that produces pure sine waves.
|
static class |
Oscillator.SquareOscillator
Oscillator that produces pure square waves.
|
Modifier and Type | Method and Description |
---|---|
Oscillator |
Synthesizer.getOscillator()
Returns the oscillator in use.
|
Modifier and Type | Method and Description |
---|---|
void |
Synthesizer.setOscillatorType(Oscillator t)
Set the type of oscillator used to generate tones.
|