initial git import
This commit is contained in:
5
src/common/goertzel.h
Normal file
5
src/common/goertzel.h
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
double audio_level(int16_t *samples, int length);
|
||||
|
||||
void audio_goertzel(int16_t *samples, int length, int offset, int *coeff, double *result, int k);
|
||||
|
Reference in New Issue
Block a user