shithub: aubio

RSS feed

0e5326d9 – Paul Brossier <piem@piem.org> authored on 2013/02/11 06:47
src/onset/onset.h: remove trailing space

945e26de – Paul Brossier <piem@piem.org> authored on 2013/02/11 06:43
python/setup.py: parse version from VERSION, move _aubio to aubio/, add trove classifiers, indent

35c97ab3 – Paul Brossier <piem@piem.org> authored on 2013/02/11 06:39
src/io/: removed methods duplicated in merge

050a8f34 – Paul Brossier <piem@piem.org> authored on 2013/02/11 06:38
README.md: updated and moved to .md for markdown syntax

fc117d05 – Paul Brossier <piem@piem.org> authored on 2013/02/11 00:06
merge from develop

88fc249b – Paul Brossier <piem@piem.org> authored on 2013/02/10 17:30
examples/utils.c: exit if an output file could not be opened

a4bf0526 – Paul Brossier <piem@piem.org> authored on 2013/02/10 17:29
examples/utils.c: improve error message if no input found

f4296dda – Paul Brossier <piem@piem.org> authored on 2013/02/10 10:10
examples/aubioonset.c: remove unused parameter

947bbd30 – Paul Brossier <piem@piem.org> authored on 2013/02/10 10:10
Merge branch 'develop' of aubio.org:/git/aubio/aubio into develop

de836fd1 – Paul Brossier <piem@piem.org> authored on 2013/02/10 10:07
src/aubio.h: update copyright, ten years already

6e3fed86 – Paul Brossier <piem@piem.org> authored on 2013/02/10 10:06
src/io/sink.c: improve error message

8ff4e4b4 – Paul Brossier <piem@piem.org> authored on 2013/02/10 10:05
src/io/sink_apple_audio.c: remove unused variable

9a226ef2 – Paul Brossier <piem@piem.org> authored on 2013/02/09 22:13
src/io: improve error messages

98874a62 – Paul Brossier <piem@piem.org> authored on 2013/02/09 21:22
examples/utils.c: get samplerate from file

f360ad8a – Paul Brossier <piem@piem.org> authored on 2013/02/09 21:17
build_linux: update path

a32aa1ab – Paul Brossier <piem@piem.org> authored on 2013/02/09 21:16
wscript: run the tests on all platforms but ios

7b4ea49b – Paul Brossier <piem@piem.org> authored on 2013/02/09 19:54
src/io/sink_apple_audio.c: set s->samplerate before using it

4db8eab0 – Paul Brossier <piem@piem.org> authored on 2013/02/09 19:46
src/io/source_{sndfile,apple_audio}.c: quiet samplerate magic

c8f411b3 – Paul Brossier <piem@piem.org> authored on 2013/02/09 19:30
src/io/source_sndfile.c: automagically set samplerate to input file if 0 is requested

a8752a80 – Paul Brossier <piem@piem.org> authored on 2013/02/09 19:27
src/io/source_sndfile.{c,h}: add get_samplerate

5a666771 – Paul Brossier <piem@piem.org> authored on 2013/02/09 19:14
examples/: use aubio_source and aubio_sink

87b0c03a – Paul Brossier <piem@piem.org> authored on 2013/02/09 19:13
demos/demo_sink_create_woodblock.py: generate a woodblock like sound

944c7e1e – Paul Brossier <piem@piem.org> authored on 2013/02/09 18:12
src/io/source_apple_audio.c: automagically set samplerate if 0 was requested, add _get_samplerate

f8ee337c – Paul Brossier <piem@piem.org> authored on 2013/02/09 16:38
.gitignore: add waf stuff, remove autotools stuff

320ce800 – Paul Brossier <piem@piem.org> authored on 2013/02/09 16:37
.gitignore: ignore my *.db files

72db1cfb – Paul Brossier <piem@piem.org> authored on 2013/02/09 16:18
src/tempo/beattracking.c: avoid casting, make sure b is well behaved

ce12f3ad – Paul Brossier <piem@piem.org> authored on 2013/02/09 15:49
moved demos to subdirectory

26adcfb1 – Paul Brossier <piem@piem.org> authored on 2013/02/09 15:47
moved tests to subdirectory

985ec9e6 – Paul Brossier <piem@piem.org> authored on 2013/02/09 15:45
build_osx: fix path

927f6306 – Paul Brossier <piem@piem.org> authored on 2013/02/09 15:13
src/temporal/resampler.c: safer new_ and del_

25c9f9ac – Paul Brossier <piem@piem.org> authored on 2013/02/09 15:10
move new python module to the top

b554e41c – Paul Brossier <piem@piem.org> authored on 2013/02/09 15:03
moved out old python interface

a1da37fa – Paul Brossier <piem@piem.org> authored on 2013/02/09 14:54
wscript: add ios build, do not build unit tests if cross-compiling

c57ecd91 – Paul Brossier <piem@piem.org> authored on 2013/02/09 14:51
wscript: do not overwrite user flags

6ed0f4ee – Paul Brossier <piem@piem.org> authored on 2013/02/09 14:03
waf: update to 1.7.9

cbc97652 – Paul Brossier <piem@piem.org> authored on 2013/02/09 13:18
swig/{aubio.i,swig.py}: removed, obsolete

4ebd189f – Paul Brossier <piem@piem.org> authored on 2013/02/09 12:38
setup.py: get numpy includes

bc4c2430 – Paul Brossier <piem@piem.org> authored on 2013/02/09 12:38
build_osx: simplify

f6efc820 – Paul Brossier <piem@piem.org> authored on 2013/02/09 12:37
gen_pyobject.py: quiet please

f400ea16 – Paul Brossier <piem@piem.org> authored on 2013/02/09 11:22
interfaces/python/README.md: simplify

9d123e9b – Paul Brossier <piem@piem.org> authored on 2013/02/09 11:04
remove autotools

ba00fd7f – Paul Brossier <piem@piem.org> authored on 2013/02/09 10:56
build_osx: use xcode numpy

fa11ce05 – Paul Brossier <piem@piem.org> authored on 2013/02/09 09:50
demo_spectrogram.py: remove debug output

4db10ad3 – Paul Brossier <piem@piem.org> authored on 2013/02/08 23:48
demo_spectrogram.py: round ticks

c3d286cf – Paul Brossier <piem@piem.org> authored on 2013/02/08 23:30
README.md: add pip install matplotlib

f719589b – Paul Brossier <piem@piem.org> authored on 2013/02/08 23:12
README.md: switched to markdown, improve markup

7ae5082b – Paul Brossier <piem@piem.org> authored on 2013/02/08 19:58
README.rst: move to rst

9c22fc89 – Paul Brossier <piem@piem.org> authored on 2013/02/08 19:57
merge both README

27b39bf2 – Paul Brossier <piem@piem.org> authored on 2013/02/08 18:32
README.osx: add some instructions for osx

21e2d5e3 – Paul Brossier <piem@piem.org> authored on 2013/02/08 18:23
build_osx: use system wide installation, remove parts of the path to catch different versions

e8dd49f4 – Paul Brossier <piem@piem.org> authored on 2013/02/08 06:30
demo_spectrogram.py: improve ticks

7175ed40 – Paul Brossier <piem@piem.org> authored on 2013/02/08 06:30
demo_*.py: /usr/bin/env python

dd9e6f95 – Paul Brossier <piem@piem.org> authored on 2013/02/08 05:57
run_all_tests: /usr/bin/env python

75e715f1 – Paul Brossier <piem@piem.org> authored on 2013/02/08 05:56
test_*: /usr/bin/env python

66e69340 – Paul Brossier <piem@piem.org> authored on 2012/10/03 10:31
interfaces/python/demo_sink.py: fix number of arguments

956e113b – Paul Brossier <piem@piem.org> authored on 2012/10/03 10:29
wscript: activate darwin automatically

be65de4e – Paul Brossier <piem@piem.org> authored on 2012/07/30 08:10
interfaces/python/demo_spectrogram.py: hide noise

6639eb1c – Paul Brossier <piem@piem.org> authored on 2012/07/27 08:08
demo_onset_sinusoid.py: added some onset examples

e4c2169d – Paul Brossier <piem@piem.org> authored on 2012/07/27 08:07
demo_pitch_sinusoid.py: added some pitch examples

5314432e – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:34
interfaces/python/demo_source.py: use source samplerate

e693b6c4 – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:32
demo_simple_robot_voice.py: added simple phase zeroing demo

7af7c32a – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:31
Merge branch 'develop' of 192.168.0.101:projects/aubio/aubio into develop

b60d414e – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:29
test_fft.py: merge from wheezy

e1703b31 – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:28
Merge branch 'develop' into io

6fee7931 – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:27
interfaces/python/test_fft.py: add an explanation about signed 0

063fa5a4 – Paul Brossier <piem@piem.org> authored on 2012/07/27 07:24
src/io/source_sndfile.{c,h}: add get_samplerate, if == 1 use file samplerate

fc197b0d – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:40
test_peakpicker.py: add some peakpicker tests

85ebab8a – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:39
Merge branch 'develop' into io

d00e2230 – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:39
src/io/source.h: add get_samplerate

01e158db – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:38
src/io/source_apple_audio.{c,h}: if samplerate = 1, use actual source one

dea34a1f – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:37
src/spectral/tss.c: clarify

0c83de65 – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:36
demo_tss.py: add plotting

b1c2acc0 – Paul Brossier <piem@piem.org> authored on 2012/07/27 06:36
demo_spectrogram.py: clarify, use log10(norm)

89fd1e51 – Paul Brossier <piem@piem.org> authored on 2012/07/27 05:28
demo_spectrogram.py: added simple spectrogram demo

d3b1eb19 – Paul Brossier <piem@piem.org> authored on 2012/07/27 05:28
demo_tss.py: added simple tss demo

1ebfa8c6 – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:43
Merge branch 'develop' into io

f1198eff – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:42
Merge branch 'io' into develop

f1d2af7c – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:42
gen_pyobject.py: fix tss default size

3bba0e00 – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:33
demo_beats_and_tempo.py: improved beat demo

4c4c9f66 – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:30
Merge branch 'io' into develop

bf34fbbc – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:29
gen_pyobject.py: fix tss default size

db8000e4 – Paul Brossier <piem@piem.org> authored on 2012/07/26 17:23
src/io/sink.h: uri, not method

7d50c5a7 – Paul Brossier <piem@piem.org> authored on 2012/07/17 11:10
py-filter.c: fix typo

97514e27 – Paul Brossier <piem@piem.org> authored on 2012/07/17 11:00
Merge branch 'develop' of 192.168.1.41:projects/aubio/aubio into develop

cd766bc9 – Paul Brossier <piem@piem.org> authored on 2012/07/16 14:53
Merge branch 'develop' into io

a81c8cdf – Paul Brossier <piem@piem.org> authored on 2012/07/16 14:52
py-filter.c: added set_biquad function

3ff62e9e – Paul Brossier <piem@piem.org> authored on 2012/07/16 12:55
demo_sink.py: add simple demo

65003672 – Paul Brossier <piem@piem.org> authored on 2012/07/16 12:54
generator.py, gen_pyobject.py: more hacks for sink

6fd8d7e7 – Paul Brossier <piem@piem.org> authored on 2012/07/16 12:52
src/io/source_sndfile.c: use linear resampling to make sure all output samples are created on first read

918f71f0 – Paul Brossier <piem@piem.org> authored on 2012/07/16 10:01
Merge branch 'develop' into io

b0f2cc51 – Paul Brossier <piem@piem.org> authored on 2012/07/16 10:01
generator.py: remove before generating

577cb497 – Paul Brossier <piem@piem.org> authored on 2012/07/16 09:43
Merge branch 'develop' into io

f41957d7 – Paul Brossier <piem@piem.org> authored on 2012/07/16 09:43
build_linux: update

2ea7a108 – Paul Brossier <piem@piem.org> authored on 2012/07/16 09:37
tests/src/io/test-source_sndfile.c: test downsampling

d22cc429 – Paul Brossier <piem@piem.org> authored on 2012/07/16 09:36
src/io/source_sndfile.c: refuse to run when when resampled hop_size does not match the requested one

18c6b202 – Paul Brossier <piem@piem.org> authored on 2012/07/16 08:19
src/io/source_sndfile.c: improve resampling, clarify

ab7d1002 – Paul Brossier <piem@piem.org> authored on 2012/07/16 08:19
tests/src/io/test-source_sndfile.c: avoid memory leak

c6c9fe9b – Paul Brossier <piem@piem.org> authored on 2012/07/15 15:08
Merge branch 'develop' into io

c43c459d – Paul Brossier <piem@piem.org> authored on 2012/07/15 15:08
src/temporal/resampler.h: improve doc

7839c616 – Paul Brossier <piem@piem.org> authored on 2012/07/15 14:56
tests/src/io/test-source_sndfile.c: test resampling

Next