Mercurial > hg > libxtract
comparison src/libxtract.c @ 244:8c768f32a6a8
Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 06 Jun 2014 09:55:01 +0100 |
parents | f6fcf3bec020 |
children | d383a8c66b5d |
comparison
equal
deleted
inserted
replaced
243:d13189c1005c | 244:8c768f32a6a8 |
---|---|
88 xtract_harmonic_spectrum, | 88 xtract_harmonic_spectrum, |
89 xtract_lpc, | 89 xtract_lpc, |
90 xtract_lpcc, | 90 xtract_lpcc, |
91 xtract_subbands, | 91 xtract_subbands, |
92 /* xtract_helper.h */ | 92 /* xtract_helper.h */ |
93 xtract_windowed | 93 xtract_windowed, |
94 xtract_smoothed | |
94 }; | 95 }; |
95 | 96 |