mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 11:54:53 +00:00
Add configure() for IIR filter.
This commit is contained in:
@@ -51,6 +51,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void configure(const iir_biquad_config_t& new_config);
|
||||
|
||||
void execute(const buffer_s16_t& buffer_in, const buffer_s16_t& buffer_out);
|
||||
void execute_in_place(const buffer_s16_t& buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user