RSS feed
6d44595e
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 20:23
Merge branch 'develop' into synth
b429b684
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 20:22
tests/src/io/test-sink.c: improve message
18a378ee
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 16:50
src/io/source_sndfile.c: pad with 0 when end of file is reached
3d2fe263
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 16:36
src/io/source_sndfile.{c,h}: fix include and prototype, bypass resampler for now
ae9fd901
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 16:31
src/io/source*: add _do_multi and _get_channels, really downmix apple_audio
4865e4b2
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 16:29
src/io/source*: add _do_multi and _get_channels, really downmix apple_audio
79822038
– Paul Brossier <piem@piem.org>
authored
on 2013/03/21 15:41
add seek to src/io/source*
2d3212aa
– Paul Brossier <piem@piem.org>
authored
on 2013/03/19 18:55
src/io/source_apple_audio.h: too early as well
bad8eb99
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 09:50
src/io/audio_unit.h: not ready yet
7125680e
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 07:28
python/lib/gen_pyobject.py: add forgotten source
6a03729d
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 07:19
src/io: use hop_size, not block_size
ab7b1b7f
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 07:13
python/lib/gen_pyobject.py: add block_size for source
9615b037
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:53
python/lib/aubio/midiconv.py: note2midi improve error message
8e9cb579
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:52
python/tests/test_specdesc.py: update to latest specdesc.c
78a42e2c
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:49
src/spectral/fft.h: remove object from brief description
df539362
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:49
src/onset/onset.c: rename of to desc for clarity
93e34637
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:47
src/io/sink_apple_audio.c: print an error if del_aubio_sink_apple_audio failed
396103a6
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:46
src/fvec.c: fvec_copy: only get min if needed
ba507ff3
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:43
src/io/source_apple_audio.h: remove _multi, not ready yet
1d01ebb4
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:40
doc/{full,web}.cfg: update project ids
b209eda5
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:37
doc/{full,web}.cfg: remove custom LAYOUT_FILE
bb42f654
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:34
Merge branch 'pitchyinfft' into develop
ac20c856
– Paul Brossier <piem@piem.org>
authored
on 2013/03/18 06:32
src/io/*.h: add documentation to source and sink
a5f4b7d5
– Paul Brossier <piem@piem.org>
authored
on 2013/03/17 23:18
src/pitch/pitchyinfft.c: simplify, add some comment, update copyright
53439afb
– Paul Brossier <piem@piem.org>
authored
on 2013/03/17 22:10
doc/{web,full}.cfg: update to doxygen 1.8.3.1 template, disable graphs, use mathjax
3a67894b
– Paul Brossier <piem@piem.org>
authored
on 2013/03/17 22:05
python/lib/gen_pyobject.py: fix shortname of methods with multiple _
4a95f837
– Paul Brossier <piem@piem.org>
authored
on 2013/03/16 12:44
src/pitch/pitchyinfft.c: optimize by avoiding polar coordinates, closes #7
8da0033f
– Paul Brossier <piem@piem.org>
authored
on 2013/03/16 11:38
src/pitch/pitchyinfft.c: simplify a bit, preparing for #7
de5d3f12
– Paul Brossier <piem@piem.org>
authored
on 2013/03/16 06:09
src/io/source.h: start adding some documentation
8c43bf74
– Paul Brossier <piem@piem.org>
authored
on 2013/03/16 05:43
src/io/source_apple_audio.c: simplify _do, downmixing
4f872d75
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 17:46
src/spectral/specdesc.c: add more noise to make sure log doesn't explode when fftnorm is very small and old fftnorm is null
cb243f28
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 17:23
examples/aubiopitch.c: fix pitch mode selection
adc47c9c
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 13:49
examples/aubioonset.c: simplify
7e9e3118
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 13:49
python/demos/demo_onset*: remove di, moved to C
35f73b8c
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 13:48
src/onset/: remove wasonset, add getters and setters, improve doc
f5e0a544
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 12:24
src/onset/onset.c: add get_last_onset
376946a3
– Paul Brossier <piem@piem.org>
authored
on 2013/03/15 10:41
src/onset/onset.c: quick fix to get very first frame of file
9778d9a6
– Paul Brossier <piem@piem.org>
authored
on 2013/03/13 09:25
src/spectral/phasevoc.c: indent
c25d5b5c
– Paul Brossier <piem@piem.org>
authored
on 2013/03/13 09:24
src/tempo/tempo.h: object not driver
3cde6299
– Paul Brossier <piem@piem.org>
authored
on 2013/03/13 09:24
python/demos/demo_tempo_plot.py: import first
20b1aed9
– Paul Brossier <piem@piem.org>
authored
on 2013/03/11 18:44
python/tests/test_pitch.py: indent and generate more tests
b1306004
– Paul Brossier <piem@piem.org>
authored
on 2013/03/11 18:44
src/pitch/pitch.c: clarify, use one void pointer for all algorithms
426e6f79
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 15:22
src/pitch: start adding confidence
5284e0dd
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 15:15
src/pitch: start adding confidence
8c4560e5
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 14:34
src/aubio.h: talk about unstable
7d89e618
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 07:37
tests/test_{midi2note,note2midi}.py: add header and encoding
9ead7a9b
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 07:14
lib/aubio/midiconv.py: add note2 midi
f552e9ee
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 07:13
lib/aubio/midiconv.py: improve note2midi
33102ab9
– Paul Brossier <piem@piem.org>
authored
on 2013/03/10 06:34
lib/aubio/midiconv.py: add note2midi
3acde239
– Paul Brossier <piem@piem.org>
authored
on 2013/03/09 13:16
src/pitch/pitchyin.c: fix typo
97a5878b
– Paul Brossier <piem@piem.org>
authored
on 2013/03/09 12:11
src/pitch/pitch.c: fix yinfft selection
5810ed47
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 15:27
tests/test_cvec.py: add missing header
93acd9fb
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 15:27
lib/generator.py: move add_generated_objects and generated_types_ready to .c file
1e7a8f93
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 15:26
demos/demo_sink_create_woodblock.py: table lookup to improve synthesis
daa0d5dd
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 14:20
demos/demo_waveform_plot.py: improve
5d5d6b95
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 12:01
python/demos: add demo_pitch.py and demo_waveform_plot.py
2cedc83d
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 09:38
demos/demo_onset.py: simplify imports
973206a0
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 09:38
python/tests/test_fvec.py: clarify
0a42239f
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 09:36
python/tests/test_fft.py: update, indent
95827138
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 08:37
python/setup.py: move programs to scripts
459e46f3
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 08:13
python/demos/: update and add some demos
e6f7a4af
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 05:12
demos/demo_onset.py: add simple onset example, update demo_onset_plot.py
92c83ccc
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 04:30
python/: move generator.py to lib, improve README, remove env_ files, update MANIFEST.in
98c0f922
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 04:04
doc/header.html: removed obsolete custom header
264247e4
– Paul Brossier <piem@piem.org>
authored
on 2013/03/08 02:41
demos/demo_slicing.py: slice exactly at region boundary