Add global DC-Filter and remove all individual DC-Filters
This commit is contained in:
@@ -17,4 +17,5 @@ typedef struct emphasis {
|
||||
int init_emphasis(emphasis_t *state, int samplerate, double cut_off);
|
||||
void pre_emphasis(emphasis_t *state, double *samples, int num);
|
||||
void de_emphasis(emphasis_t *state, double *samples, int num);
|
||||
void dc_filter(emphasis_t *state, double *samples, int num);
|
||||
|
||||
|
Reference in New Issue
Block a user