Mercurial > hg > libxtract
comparison xtract/libxtract.h @ 12:1aec087ddfca
Added f0 estimation (based on AMDF)
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Mon, 09 Oct 2006 09:22:03 +0000 |
parents | 81eb5810a301 |
children | 8b8d4f1c5fb6 |
comparison
equal
deleted
inserted
replaced
11:81eb5810a301 | 12:1aec087ddfca |
---|---|
107 /** \brief Enumeration of return codes */ | 107 /** \brief Enumeration of return codes */ |
108 enum return_codes_ { | 108 enum return_codes_ { |
109 SUCCESS, | 109 SUCCESS, |
110 MALLOC_FAILED, | 110 MALLOC_FAILED, |
111 BAD_ARGV, | 111 BAD_ARGV, |
112 BAD_VECTOR_SIZE | 112 BAD_VECTOR_SIZE, |
113 NO_RESULT | |
113 }; | 114 }; |
114 | 115 |
115 /** | 116 /** |
116 * | 117 * |
117 * \brief An array of pointers to functions that perform the extraction | 118 * \brief An array of pointers to functions that perform the extraction |