dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
SquareWaveSynth
dlib
audio
synth
Square wave synthesizer
class
SquareWaveSynth :
Synth
{
float
eval
(Sound sound, ulong position, float frequency);
}
Members
Functions
eval
float
eval
(Sound sound, ulong position, float frequency)
Evaluate square wave sample.
Inherited Members
From Synth
eval
float
eval
(Sound sound, ulong position, float frequency)
Evaluate a sample.
Meta
Source
See Implementation
dlib
audio
synth
classes
FMSynth
SawtoothWaveSynth
SineWaveSynth
SquareWaveSynth
TriangleWaveSynth
functions
fillSynth
mixSynth
sineWave
whiteNoise
interfaces
Synth
Square wave synthesizer