C-Netz: Use emphasis with 200 uS time constant
This commit is contained in:
@@ -13,7 +13,9 @@ typedef struct emphasis {
|
||||
} d;
|
||||
} emphasis_t;
|
||||
|
||||
int init_emphasis(emphasis_t *state, int samplerate);
|
||||
#define CUT_OFF_EMPHASIS_DEFAULT 300.0
|
||||
|
||||
int init_emphasis(emphasis_t *state, int samplerate, double cut_off);
|
||||
void pre_emphasis(emphasis_t *state, int16_t *samples, int num);
|
||||
void de_emphasis(emphasis_t *state, int16_t *samples, int num);
|
||||
|
||||
|
Reference in New Issue
Block a user