35 #ifndef __EST_MISC_SIGPR_H__ 36 #define __EST_MISC_SIGPR_H__ A class for storing digital waveforms. The waveform is stored as an array of 16 bit shorts...
void EST_post_deemphasis(EST_Wave &signal, EST_Wave &dsignal, float a)
Post process to get the original back (eg after resynthesis).
void EST_pre_emphasis(EST_Wave &signal, EST_Wave &psignal, float a)
Pre process to emphasise higher frequencies.