shithub: aubio

RSS feed

d4c09320 – Paul Brossier <piem@piem.org> authored on 2013/11/19 20:52
wscript: move double towards the end, improve help

cdfc394d – Paul Brossier <piem@piem.org> authored on 2013/11/19 18:56
src/wscript_build: simplify

985a5d1d – Paul Brossier <piem@piem.org> authored on 2013/11/19 18:46
wscript, src/wscpript: use ctx.options.target_platform, always build .a, indent and cleanup

d75c9007 – Paul Brossier <piem@piem.org> authored on 2013/11/19 18:33
python/ext/aubiomodule.c: add missing generated_types_ready prototype

53ff597c – Paul Brossier <piem@piem.org> authored on 2013/11/19 15:46
src/spectral/fft.c: add missing vDSP_destroy_fftsetup

917d4c15 – Paul Brossier <piem@piem.org> authored on 2013/11/17 14:50
wscript: add arm64

af3cfb3c – Paul Brossier <piem@piem.org> authored on 2013/11/17 14:49
src/io/audio_unit.c: avoid double free

5b41ef98 – Paul Brossier <piem@piem.org> authored on 2013/11/17 13:23
src/mathutils.h: move fvec_local_energy to aubio_level_lin, move to musicutils.h

c1ddeb8b – Paul Brossier <piem@piem.org> authored on 2013/11/17 13:00
examples/aubioonset.c: only play onset for now

a6ad662c – Paul Brossier <piem@piem.org> authored on 2013/11/13 13:01
removed sounds/woodblock.aiff

3cc14910 – Paul Brossier <piem@piem.org> authored on 2013/11/13 10:16
python/lib/aubio/midiconv.py: add freq2note

6497e78e – Paul Brossier <piem@piem.org> authored on 2013/11/13 10:08
.gitignore: also ignore .zip

0c11dfad – Paul Brossier <piem@piem.org> authored on 2013/11/13 09:34
wscript: add x86_64 to ios simulator

988345f8 – Paul Brossier <piem@piem.org> authored on 2013/11/13 08:27
tests/src/tempo/test-beattracking.c: print bpm

a4c1e861 – Paul Brossier <piem@piem.org> authored on 2013/11/13 08:27
tests/src/spectral/test-filterbank.c: print filterbank

4bc92c01 – Paul Brossier <piem@piem.org> authored on 2013/11/13 08:26
src/io/sink_apple_audio.c: switch to sync mode if async fails

d3066e2f – Paul Brossier <piem@piem.org> authored on 2013/11/13 08:25
src/io/audio_unit.c: cast OSStatus to int, add missing \n

c101fe13 – Paul Brossier <piem@piem.org> authored on 2013/11/13 08:00
waf, waflib: update to 1.7.13

54e74f0c – Paul Brossier <piem@piem.org> authored on 2013/11/12 20:21
tests/src/io/test-source_seek.c: initialize variables

19ddbf35 – Paul Brossier <piem@piem.org> authored on 2013/11/12 20:12
wscript: set DEST_OS, use -isysroot and -mios-simulator-version-min

4dd7816b – Paul Brossier <piem@piem.org> authored on 2013/11/12 07:11
wscript: remove hardcoded compiler and linker on darwin

5bfb0fd9 – Paul Brossier <piem@piem.org> authored on 2013/11/05 09:10
examples/jackio.c: update jack_client_new ot jack_client_open

e97d0b35 – Paul Brossier <piem@piem.org> authored on 2013/11/05 08:47
python: add wavetable, skip parameter

f3617e74 – Paul Brossier <piem@piem.org> authored on 2013/11/04 10:28
examples/: use wavetable to play pitch and to replace woodblock

509e8f9e – Paul Brossier <piem@piem.org> authored on 2013/11/01 16:55
src/aubio.h: add utils/parameter.h

c2e0aef7 – Paul Brossier <piem@piem.org> authored on 2013/10/27 20:16
src/synth/wavetable.c: use parameters for frequency and amplitude

650cae3e – Paul Brossier <piem@piem.org> authored on 2013/10/27 20:15
src/utils/parameter.{c,h}: added simple parameter with linear interpolation

8247249d – Paul Brossier <piem@piem.org> authored on 2013/10/27 19:36
src/synth/wavetable.c: fix frequency interpolation, add amp to do_multi

dc467b5d – Paul Brossier <piem@piem.org> authored on 2013/10/27 08:44
Merge branch 'develop' of aubio.org:/git/aubio/aubio into wavetable

7fc5ba23 – Paul Brossier <piem@piem.org> authored on 2013/10/17 10:54
python/scripts/aubiocut: add -b option

70798871 – Paul Brossier <piem@piem.org> authored on 2013/10/17 10:46
demos/demo_waveform_plot.py: add downsample parameter

c52b4833 – Paul Brossier <piem@piem.org> authored on 2013/10/17 10:10
examples/wscript_build: simplify

926f0f6b – Paul Brossier <piem@piem.org> authored on 2013/10/17 10:09
doc/web.cfg: remove pitchspecacf

b0706d87 – Paul Brossier <piem@piem.org> authored on 2013/10/17 09:34
src/spectral/filterbank.h: improve documentation

3cd9fdd5 – Paul Brossier <piem@piem.org> authored on 2013/10/17 09:09
src/fmat.h: fmat_get_channel to write to an fvec_t

86178439 – Paul Brossier <piem@piem.org> authored on 2013/10/17 09:06
python/tests/run_all_tests: ignore more unstable

22dd9dc9 – Paul Brossier <piem@piem.org> authored on 2013/10/17 09:03
wscript: also exclude zips

28233898 – Paul Brossier <piem@piem.org> authored on 2013/10/17 08:59
src/tempo/beattracking.c: do nothing if period is zero

6b00c4a2 – Paul Brossier <piem@piem.org> authored on 2013/10/16 22:47
wscript: remove x86_64 for iosimulator

40898b47 – Paul Brossier <piem@piem.org> authored on 2013/10/16 20:06
src/pitch/pitchspecacf.c: set confidence to 0. for now

f4aa2581 – Paul Brossier <piem@piem.org> authored on 2013/10/16 12:49
wscript: use gnu_dirs, required for pkg-config's aubio.pc

cdd24f05 – Paul Brossier <piem@piem.org> authored on 2013/10/15 21:22
{examples,tests}/wscript_build: add -lm

7c07af2b – Paul Brossier <piem@piem.org> authored on 2013/10/15 21:21
src/mathutils.c: use vDSP if available

7609f6d3 – Paul Brossier <piem@piem.org> authored on 2013/10/15 20:26
python/lib/generator.py: remove audio_unit

8f86f0ea – Paul Brossier <piem@piem.org> authored on 2013/10/15 20:07
python/lib/generator.py: remove most unstable objects

b4d1ba15 – Paul Brossier <piem@piem.org> authored on 2013/10/15 19:52
wscript: improve dist target

735a7394 – Paul Brossier <piem@piem.org> authored on 2013/10/15 19:22
python/demos/demo_filterbank.py: added simple filterbank demo

acd97d10 – Paul Brossier <piem@piem.org> authored on 2013/10/15 18:57
src/mathutils.{c,h}: remove fvec_quadint, use fvec_quadratic_peak_pos

69c39ca2 – Paul Brossier <piem@piem.org> authored on 2013/10/15 18:54
src/spectral/fft.c: add vDSP for HAVE_AUBIO_DOUBLE

f69e3bd2 – Paul Brossier <piem@piem.org> authored on 2013/10/15 18:46
tests/src/{onset,tempo}/test-*.c: improve test programs

47e067b8 – Paul Brossier <piem@piem.org> authored on 2013/10/15 18:37
src/tempo/tempo.c, src/onset/onset.c: fix _get_last_ms

c0fe2a97 – Paul Brossier <piem@piem.org> authored on 2013/10/15 15:07
Merge branch 'device' into develop

0c77921f – Paul Brossier <piem@piem.org> authored on 2013/10/15 15:06
src/wscript_build: add ios simulator

4084cd8c – Paul Brossier <piem@piem.org> authored on 2013/10/15 15:06
merge with develop

d770fd2c – Paul Brossier <piem@piem.org> authored on 2013/10/15 14:49
tests/src/temporal/test-filter.c: improve

08bd8e03 – Paul Brossier <piem@piem.org> authored on 2013/10/15 13:59
tests/src/io/test-source_seek.c: improve test

3819aca1 – Paul Brossier <piem@piem.org> authored on 2013/10/15 13:57
wscript: add_option_enable_disable

2c2fe442 – Paul Brossier <piem@piem.org> authored on 2013/10/01 19:35
src/wscript_build: make sure static lib is installed

ff75d609 – Paul Brossier <piem@piem.org> authored on 2013/10/01 19:30
wscript: update ios sdk to 7.0

50d56ccb – Paul Brossier <piem@piem.org> authored on 2013/09/30 05:49
wscript: add note about doxygen

845c4354 – Paul Brossier <piem@piem.org> authored on 2013/09/30 04:58
tests/src/spectral/test-filterbank*: improve comments, print coeffs

c0916f29 – Paul Brossier <piem@piem.org> authored on 2013/09/30 04:52
tests/src/test-delnull.c: add comment

733aea27 – Paul Brossier <piem@piem.org> authored on 2013/09/26 11:05
wscript: remove old cruft, fix manpage generation

e57859fd – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:59
wscript: add aubio.pc generation for pkg-config

5dc9f33f – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:58
wscript: fallback on ooura last

6f41b896 – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:58
src/aubio.h: fix minor typo

a06ab197 – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:58
tests/src/io/test-source_multi.c: fix ho_size option, add channel option, improve display of result

50e10a9e – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:56
src/io/source_sndfile.c: call a float a float, do the right thing when a trying to read to a matrix with a number of channels different from the file

8e7d66f0 – Paul Brossier <piem@piem.org> authored on 2013/09/26 10:50
VERSION: use ~ before alpha

65860ff8 – Paul Brossier <piem@piem.org> authored on 2013/09/16 14:25
wscript: add docbook-to-man rules

0fa325b0 – Paul Brossier <piem@piem.org> authored on 2013/09/13 07:30
waf: unpack

dd15573e – Paul Brossier <piem@piem.org> authored on 2013/09/30 14:06
added first version of wavetable

ac67de78 – Paul Brossier <piem@piem.org> authored on 2013/04/13 18:23
src/tempo/tempo.c: always set last_beat

54dd9454 – Paul Brossier <piem@piem.org> authored on 2013/04/10 15:31
src/spectral/fft.c: add vDSP Accelerate

e8bc8e94 – Paul Brossier <piem@piem.org> authored on 2013/04/10 07:45
python/tests/eval_pitch: add evaluation script against TONAS database

8c3f7172 – Paul Brossier <piem@piem.org> authored on 2013/04/10 07:43
src/pitch/pitch.{c,h}: add silence gate, default at -50dB

26936555 – Paul Brossier <piem@piem.org> authored on 2013/04/09 20:28
python/tests/utils.py: add array_from_yaml_file

e987c05c – Paul Brossier <piem@piem.org> authored on 2013/04/09 20:13
examples/aubioonset.c: rename get_last_onset to get_last

9c9202fe – Paul Brossier <piem@piem.org> authored on 2013/04/09 14:47
src/pitch/pitchyinfft.c: adapt filter and shortest period to samplerate

483b883e – Paul Brossier <piem@piem.org> authored on 2013/04/09 08:54
src/tempo/tempo.c: add get_last functions

8b884ef2 – Paul Brossier <piem@piem.org> authored on 2013/04/09 08:49
src/onset/: rename get_last_onset to get_last

dee41640 – Paul Brossier <piem@piem.org> authored on 2013/04/09 07:09
python/scripts/aubiocut: add slicing

69440b8b – Paul Brossier <piem@piem.org> authored on 2013/04/08 12:22
src/io/source_sndfile.c: write 0 to all channels in case of short read

58c24e1a – Paul Brossier <piem@piem.org> authored on 2013/04/08 12:17
src/io/source_sndfile.c: fix copy of last channel

8c7f80db – Paul Brossier <piem@piem.org> authored on 2013/04/08 08:02
examples/aubiomfcc.c: simplify process_print

0e755894 – Paul Brossier <piem@piem.org> authored on 2013/04/08 07:51
python/tests/test_pitch.py: more tests

95dc7f22 – Paul Brossier <piem@piem.org> authored on 2013/04/08 07:50
src/pitch/: add first draft for specacf

ea912ccd – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:27
src/mathutils.h: markdown syntax

8a7b344e – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:27
src/io/sink_apple_audio.c: warn before fixing size

65108666 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:27
src/io/source_sndfile.c: mono to stereo, copying last channel of file to all remaining output matrix channels

dc7f2cc1 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:24
src/pitch/pitchyinfft.c: use fvec_quadratic_peak_pos

f84cea78 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:20
src/pitch/pitchmcomb.c: use fvec_quadratic_peak_pos

69d642a0 – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:19
src/pitch/pitchyin.c: use fvec_quadratic_peak_pos

9499eefb – Paul Brossier <piem@piem.org> authored on 2013/04/08 06:19
src/mathutils.{c,h}: add fvec_quadratic_peak_pos, a fixed replacement for fvec_quadint

002563f5 – Paul Brossier <piem@piem.org> authored on 2013/03/29 22:13
wscript: improve help messages

0318cc14 – Paul Brossier <piem@piem.org> authored on 2013/03/29 20:35
wscript: always use installed external dependancies, simplify

ef472463 – Paul Brossier <piem@piem.org> authored on 2013/03/22 21:06
Merge develop into device

c833f56b – Paul Brossier <piem@piem.org> authored on 2013/03/22 21:06
src/io/source_apple_audio.c: simplify buffer creation, reset size on seek

c0595818 – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:55
Merge /Users/piem/projects/aubio/aubio into device

b8389deb – Paul Brossier <piem@piem.org> authored on 2013/03/22 15:55
src/io/source_apple_audio.c: copy data to missing channels

Next