soundtab ~master (2017-02-22T13:24:24Z)
Home
Dub
Repo
Filter
soundtab
audio
filters
digital filter - base interface
interface
Filter {
void
setSampleRate
(int samplesPerSecond);
float
tick
(float input);
void
clear
();
}
Members
Functions
clear
void
clear
()
Undocumented in source.
setSampleRate
void
setSampleRate
(int samplesPerSecond)
Undocumented in source.
tick
float
tick
(float input)
Undocumented in source.
Meta
Source
See Implementation
soundtab
audio
filters
aliases
PhonemeParams
classes
FilterBase
Formant
OnePole
OneZero
PhonemeFormantsFilter
enums
PhonemeType
functions
dbToLinear
interfaces
Filter
structs
FormantParams
variables
TWO_PI
phonemes
digital filter - base interface