#include "EST_Wave.h"
#include "EST_TBuffer.h"
#include "sigpr/EST_misc_sigpr.h"
#include "EST_inline_utils.h"
Go to the source code of this file.
Functions | |
void | EST_pre_emphasis (EST_Wave &signal, EST_Wave &psignal, float a) |
Pre process to emphasise higher frequencies. More... | |
void | EST_post_deemphasis (EST_Wave &signal, EST_Wave &dsignal, float a) |
Post process to get the original back (eg after resynthesis). More... | |