#include <sndfile.h>
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "sndfileio.h"
#include "mathutils.h"
/* in this order */
#include "types.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "mathutils.h"
#include "utils/scale.h"
#include "utils/hist.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
fvec_t * new_fvec( uint_t length, uint_t channels) {
fvec_t * s = AUBIO_NEW(fvec_t);
/* see in mathutils.h for doc */
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "mathutils.h"
#include "config.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "onset/onsetdetection.h"
#include "spectral/phasevoc.h"
#include "onset/peakpick.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "spectral/fft.h"
#include "mathutils.h"
#include "utils/hist.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "mathutils.h"
#include "temporal/biquad.h"
#include "onset/peakpick.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "spectral/phasevoc.h"
#include "mathutils.h"
#include "temporal/filter.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "mathutils.h"
#include "spectral/fft.h"
#include "pitch/pitchfcomb.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "mathutils.h"
#include "pitch/pitchmcomb.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "pitch/pitchschmitt.h"
smpl_t aubio_schmittS16LE (aubio_pitchschmitt_t *p, uint_t nframes, signed short int *indata);
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "mathutils.h"
#include "pitch/pitchyin.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "mathutils.h"
#include "spectral/fft.h"
#include "pitch/pitchyinfft.h"
+++ /dev/null
-/*
- Copyright (C) 2003-2007 Paul Brossier <piem@piem.org>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-*/
-
-#ifndef _SAMPLE_H
-#define _SAMPLE_H
-
-#include "fvec.h"
-#include "cvec.h"
-
-#endif /* _SAMPLE_H */
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "spectral/filterbank.h"
#include "mathutils.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "spectral/fft.h"
#include "spectral/filterbank.h"
#include "spectral/mfcc.h"
/* default values : alfa=4, beta=3, threshold=0.25 */
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "mathutils.h"
#include "spectral/tss.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "mathutils.h"
#include "tempo/beattracking.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
+#include "cvec.h"
#include "onset/onsetdetection.h"
#include "tempo/beattracking.h"
#include "spectral/phasevoc.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "mathutils.h"
#include "temporal/biquad.h"
* results */
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "mathutils.h"
#include "temporal/filter.h"
#include <samplerate.h> /* from libsamplerate */
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "temporal/resample.h"
struct _aubio_resampler_t {
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "utils/scale.h"
#include "mathutils.h" //vec_min vec_max
#include "utils/hist.h"
*/
#include "aubio_priv.h"
-#include "sample.h"
+#include "fvec.h"
#include "utils/scale.h"
struct _aubio_scale_t {