-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaubio-all.c
60 lines (60 loc) · 3.42 KB
/
aubio-all.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#include "/home/roman/Sources/aubio/src/io/sink_wavwrite.c"
#include "/home/roman/Sources/aubio/src/io/sink_apple_audio.c"
#include "/home/roman/Sources/aubio/src/io/ioutils.c"
#include "/home/roman/Sources/aubio/src/io/source_apple_audio.c"
#include "/home/roman/Sources/aubio/src/io/source.c"
#include "/home/roman/Sources/aubio/src/io/utils_apple_audio.c"
#include "/home/roman/Sources/aubio/src/io/source_wavread.c"
#include "/home/roman/Sources/aubio/src/io/source_avcodec.c"
#include "/home/roman/Sources/aubio/src/io/sink.c"
#include "/home/roman/Sources/aubio/src/io/audio_unit.c"
#include "/home/roman/Sources/aubio/src/io/source_sndfile.c"
#include "/home/roman/Sources/aubio/src/io/sink_sndfile.c"
#include "/home/roman/Sources/aubio/src/musicutils.c"
#include "/home/roman/Sources/aubio/src/lvec.c"
#include "/home/roman/Sources/aubio/src/onset/onset.c"
#include "/home/roman/Sources/aubio/src/onset/peakpicker.c"
#include "/home/roman/Sources/aubio/src/vecutils.c"
#include "/home/roman/Sources/aubio/src/cvec.c"
#include "/home/roman/Sources/aubio/src/fmat.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchyinfft.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchfcomb.c"
#include "/home/roman/Sources/aubio/src/pitch/pitch.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchschmitt.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchyin.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchspecacf.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchyinfast.c"
#include "/home/roman/Sources/aubio/src/pitch/pitchmcomb.c"
#include "/home/roman/Sources/aubio/src/notes/notes.c"
#include "/home/roman/Sources/aubio/src/utils/windll.c"
#include "/home/roman/Sources/aubio/src/utils/scale.c"
#include "/home/roman/Sources/aubio/src/utils/log.c"
#include "/home/roman/Sources/aubio/src/utils/hist.c"
#include "/home/roman/Sources/aubio/src/utils/parameter.c"
#include "/home/roman/Sources/aubio/src/spectral/filterbank_mel.c"
#include "/home/roman/Sources/aubio/src/spectral/fft.c"
#include "/home/roman/Sources/aubio/src/spectral/filterbank.c"
#include "/home/roman/Sources/aubio/src/spectral/tss.c"
#include "/home/roman/Sources/aubio/src/spectral/dct_plain.c"
#include "/home/roman/Sources/aubio/src/spectral/dct_fftw.c"
#include "/home/roman/Sources/aubio/src/spectral/dct_ipp.c"
#include "/home/roman/Sources/aubio/src/spectral/awhitening.c"
#include "/home/roman/Sources/aubio/src/spectral/specdesc.c"
#include "/home/roman/Sources/aubio/src/spectral/phasevoc.c"
#include "/home/roman/Sources/aubio/src/spectral/mfcc.c"
#include "/home/roman/Sources/aubio/src/spectral/statistics.c"
#include "/home/roman/Sources/aubio/src/spectral/dct.c"
#include "/home/roman/Sources/aubio/src/spectral/dct_accelerate.c"
#include "/home/roman/Sources/aubio/src/spectral/dct_ooura.c"
#include "/home/roman/Sources/aubio/src/spectral/ooura_fft8g.c"
#include "/home/roman/Sources/aubio/src/fvec.c"
#include "/home/roman/Sources/aubio/src/temporal/filter.c"
#include "/home/roman/Sources/aubio/src/temporal/c_weighting.c"
#include "/home/roman/Sources/aubio/src/temporal/biquad.c"
#include "/home/roman/Sources/aubio/src/temporal/a_weighting.c"
#include "/home/roman/Sources/aubio/src/temporal/resampler.c"
#include "/home/roman/Sources/aubio/src/synth/wavetable.c"
#include "/home/roman/Sources/aubio/src/synth/sampler.c"
#include "/home/roman/Sources/aubio/src/mathutils.c"
#include "/home/roman/Sources/aubio/src/tempo/beattracking.c"
#include "/home/roman/Sources/aubio/src/tempo/tempo.c"