#include <WeightingFilter.h>
◆ FilterType
Determines the type of filter.
| Enumerator |
|---|
| KWeighting | |
| NUM_FILTMODES | |
◆ WeightingFilter()
| krotos::WeightingFilter::WeightingFilter |
( |
| ) |
|
◆ configure()
| void krotos::WeightingFilter::configure |
( |
double | rate, |
|
|
FilterType | filter_type ) |
Configures the filter
- Parameters
-
| rate | the audio sampling rate |
◆ processSample()
| float krotos::WeightingFilter::processSample |
( |
float | x | ) |
|
Filter a single sample
- Parameters
-
- Returns
- the filtered sample
◆ configured
| bool krotos::WeightingFilter::configured = false |
|
private |
◆ m_highPass
◆ m_highShelf
The documentation for this class was generated from the following files: