daisysp::Comb¶
#include <comb.h>
Public Functions¶
Name | |
---|---|
Comb() | |
~Comb() | |
void | Init(float sample_rate, float * buff, size_t size) |
float | Process(float in) |
void | SetPeriod(float looptime) |
void | SetFreq(float freq) |
void | SetRevTime(float revtime) |
Detailed Description¶
Comb filter module
Original author(s) :
Ported from soundpipe by Ben Sergentanis, May 2020
Public Functions Documentation¶
function Comb¶
function ~Comb¶
function Init¶
Parameters:
- sample_rate - The sample rate of the audio engine being run.
- buff - input buffer, kept in either main() or global space
- size - size of buff
Initializes the Comb module.
function Process¶
processes the comb filter
function SetPeriod¶
Sets the period of the comb filter in seconds
function SetFreq¶
Sets the frequency of the comb filter in Hz
function SetRevTime¶
Sets the decay time of the comb filter
---¶
Updated on 2024-01-03 at 19:38:46 +0000