shithub: aubio

RSS feed

eadc00b7 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:49
demos/demo_sink.py: indent

e253a861 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:49
demos/demo_source.py: indent, add samplerate and hop_size options

043c48cb – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:39
tests/test_mathutils.py: can be TypeError or NotImplementedError

c965b337 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:30
src/mathutils.c: freqtobin and bintofreq to not produce negative values

037319af – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:28
src/mathutils.c: freqtomidi and miditofreq to not produce infs and nans

e1bfde5b – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:25
tests/test_{source,sink}.py: add sink, improve source, use sounds in python/tests/sounds

143cc436 – Paul Brossier <piem@piem.org> authored on 2013/03/06 10:23
tests/test_mathutils.py: improve

b583c099 – Paul Brossier <piem@piem.org> authored on 2013/03/06 06:27
tests/: remove old files

4a67c129 – Paul Brossier <piem@piem.org> authored on 2013/03/06 06:26
ext/aubiomodule.c: more ufuncs

7606d238 – Paul Brossier <piem@piem.org> authored on 2013/03/06 05:07
tests/src/io/test-source.c: abort if new_aubio_source failed

e76eaf17 – Paul Brossier <piem@piem.org> authored on 2013/03/05 12:11
demos/demo_sink.py: add samplerate and hop_size options

223e2fe3 – Paul Brossier <piem@piem.org> authored on 2013/03/05 11:31
python/ext/aubio-types.h: USE_LOCAL_AUBIO

6f0ef4dd – Paul Brossier <piem@piem.org> authored on 2013/03/05 11:26
python/: add VERSION

4d3b5732 – Paul Brossier <piem@piem.org> authored on 2013/03/05 11:23
setup.py: improve, update MANIFEST.in

41399bd4 – Paul Brossier <piem@piem.org> authored on 2013/03/05 09:10
ext/aubio-types.h: use -DLOCAL_AUBIO to build against local aubio

63f6c13b – Paul Brossier <piem@piem.org> authored on 2013/03/05 06:53
MANIFEST.in: add manifest

ad5203c3 – Paul Brossier <piem@piem.org> authored on 2013/03/05 06:46
python/: improve build

208336b5 – Paul Brossier <piem@piem.org> authored on 2013/03/04 21:55
tests/python/: removed old python tests

f50e5343 – Paul Brossier <piem@piem.org> authored on 2013/03/04 19:33
tests/src/io/test-source.c: default to source samplerate, add hop_size option, print number of frames read

a4cc8e5d – Paul Brossier <piem@piem.org> authored on 2013/03/04 17:58
tests/: array_from_file to look for file in tests/

0d222ee8 – Paul Brossier <piem@piem.org> authored on 2013/03/04 17:50
ext/ufuncs.c: add first ufunc, unwrap2pi

118f47f7 – Paul Brossier <piem@piem.org> authored on 2013/03/04 17:04
tests/demo/plot_mfcc_filterbank.py: replaced by python/demos/demo_filterbank_slaney.py

49505f71 – Paul Brossier <piem@piem.org> authored on 2013/03/04 09:58
README.md: update

164980f6 – Paul Brossier <piem@piem.org> authored on 2013/03/04 09:46
python/: move source files to ext/

7a6521da – Paul Brossier <piem@piem.org> authored on 2013/03/04 09:28
aubiomodule.c: simplify includes

6514bb6b – Paul Brossier <piem@piem.org> authored on 2013/03/03 11:27
aubiomodule.c: add unwrap2pi

6a50b9e0 – Paul Brossier <piem@piem.org> authored on 2013/03/03 11:20
python/aubiomodule.c: add midi/bin/freq conversion

68d04927 – Paul Brossier <piem@piem.org> authored on 2013/03/03 10:40
tests/python/src/utils/scale.py: replace with python/tests/test_scale.py

71ef9c20 – Paul Brossier <piem@piem.org> authored on 2013/03/03 10:33
python/tests/test_filterbank.py: added test against existing coeffs

45f0f4a6 – Paul Brossier <piem@piem.org> authored on 2013/03/03 10:27
tests/python/src/temporal/*.expected: moved to python/tests

57470817 – Paul Brossier <piem@piem.org> authored on 2013/03/03 10:19
tests/python/src/temporal/c_weighting.py: replaced by python/tests/test_filter.py

0bd161d0 – Paul Brossier <piem@piem.org> authored on 2013/03/03 10:16
tests/python/src/temporal/a_weighting.py: replaced by python/tests/test_filter.py

ac9eea77 – Paul Brossier <piem@piem.org> authored on 2013/03/03 10:14
tests/python/src/spectral/filterbank.py: replaced by python/tests/test_filterbank.py

9dd10cc9 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:57
tests/python/src/spectral/fft.py: replaced by python/tests/test_fft.py

8ee26a80 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:56
tests/python/src/temporal/filter.py: replaced by python/tests/test_filter.py

979f5314 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:55
tests/python/src/spectral/phasevoc.py: replaced by python/tests/test_phasevoc.py

5ab40ce5 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:54
tests/python/src/pitch/pitchdetection.py: replaced by python/tests/test_pitch.py

ba020733 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:53
tests/python/src/onset/peakpicker.py: replaced by python/tests/test_peakpicker.py

9afb8f89 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:52
tests/python/src/fvec.py: replaced by python/tests/test_fvec.py

52e5d696 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:51
tests/python/src/cvec.py: replaced by python/tests/test_cvec.py

f107e123 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:42
README.md: remove duplicate email address, remove THANKS merged in

4e3723d3 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:33
src/io/: add link to examples and missing c++ extern

856ceb59 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:30
tests/src/io/: add comment about unstable

bab24a0c – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:15
Merge aubio.org:/git/aubio/aubio into develop

482586cb – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:13
python/env_linux: use latest build/lib.* directory

8a5c8ba3 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:11
src/spectral/: add examples

fbc55442 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:11
src/pitch/: added examples

56a75801 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:11
src/aubio_priv.h: fix AUBIO_WRN

474a573b – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:10
tests/utils_tests.h: add utils_init_random

7e35b375 – Paul Brossier <piem@piem.org> authored on 2013/03/03 09:09
tests/src/: improve examples

abd326c7 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:42
tests/src/utils/: improve examples

9ffcf836 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:42
tests/src/io/: add AUBIO_UNSTABLE

386be4a9 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:41
tests/utils_tests.h: add some utils

2fcb973a – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:41
src/aubio.h: change sndfile and apple_audio to unstable, change tss and vecutils stable

3684ab46 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:40
tests/src/temporal/: improve examples

95472474 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:38
tests/src/tempo/: improve examples

6938a200 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:37
tests/src/spectral/: improve examples

26775a35 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:36
tests/src/onset/: improve examples

248da647 – Paul Brossier <piem@piem.org> authored on 2013/03/03 08:30
tests/src/io: improve examples

c71aa441 – Paul Brossier <piem@piem.org> authored on 2013/03/03 06:47
tests/src/pitch/: improve examples

e230bb4e – Paul Brossier <piem@piem.org> authored on 2013/03/03 06:01
src/tempo: fix example path

ed1deac8 – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:54
tests/src/temporal/: improve test examples

8f68dfbc – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:54
tests/src/spectral/: improve test examples

b8c0685e – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:53
src/spectral/*.h: add link to examples

a64ef1d4 – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:51
src/pitch/pitch.c: improve documentation

33cd81fb – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:50
src/musicutils.h: add fvec_set_window

9e562284 – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:48
src/mathutils.c: fix computation of gauss window

b173ca14 – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:45
src/io/sndfileio.h: add documentation

69b11d89 – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:44
src/*/*.h: add link to examples, remove trailing spaces, improve documentation

f72364db – Paul Brossier <piem@piem.org> authored on 2013/03/02 17:29
src/*.h: improve documentation

f9d5346f – Paul Brossier <piem@piem.org> authored on 2013/03/02 13:03
src/mathutils.c: fix parzen and welch

2a2636a5 – Paul Brossier <piem@piem.org> authored on 2013/03/02 09:25
src/mathutils.h: improve doc, fix typo

c0608bdf – Paul Brossier <piem@piem.org> authored on 2013/03/02 09:18
src/spectral/: improve documentation

867084e7 – Paul Brossier <piem@piem.org> authored on 2013/03/02 09:16
doc/web.cfg: add examples

621f1ff6 – Paul Brossier <piem@piem.org> authored on 2013/03/02 09:15
src/: improve documentation

b3ab6756 – Paul Brossier <piem@piem.org> authored on 2013/03/01 22:36
doc/full.cfg: rename output dir

170baea1 – Paul Brossier <piem@piem.org> authored on 2013/03/01 22:35
doc/web.cfg: only headers

b4fac43f – Paul Brossier <piem@piem.org> authored on 2013/03/01 21:28
doc/: upgrade to latest doxygen

9f6e4c51 – Paul Brossier <piem@piem.org> authored on 2013/03/01 21:27
doc/: renamed doxy config files to {web,full}.cfg

714d05ea – Paul Brossier <piem@piem.org> authored on 2013/03/01 12:34
env_linux: use the most recently built folder

14fb15f3 – Paul Brossier <piem@piem.org> authored on 2013/03/01 10:05
setup.py: only link against frameworks on darwin

13ceb9dc – Paul Brossier <piem@piem.org> authored on 2013/03/01 08:25
python/env_osx: use the most recently built folder

30250de5 – Paul Brossier <piem@piem.org> authored on 2013/03/01 08:24
wscript: build a static lib for iphone, add a message about licensing

51325056 – Paul Brossier <piem@piem.org> authored on 2013/02/28 08:39
python/env_linux: env only, absolute path

6be592ae – Paul Brossier <piem@piem.org> authored on 2013/02/28 08:37
python/env_osx: env only, absolute path

cd6fc5a5 – Paul Brossier <piem@piem.org> authored on 2013/02/28 08:18
python/: remove NPY_NO_DEPRECATED_API to build anyway

81fe3273 – Paul Brossier <piem@piem.org> authored on 2013/02/28 07:59
wscript: no examples on ios

8f177b74 – Paul Brossier <piem@piem.org> authored on 2013/02/26 08:42
moved test scripts to tests

c11c5498 – Paul Brossier <piem@piem.org> authored on 2013/02/13 07:12
demos/demo_slicing.py: add simple slicing example

deb3d651 – Paul Brossier <piem@piem.org> authored on 2013/02/12 17:58
demos/aubiocut: start moving aubiocut to new python

f36277cc – Paul Brossier <piem@piem.org> authored on 2013/02/12 09:08
python/demos/demo_onset_file.py: also plot descriptor and thresholded descriptor

ae81726f – Paul Brossier <piem@piem.org> authored on 2013/02/12 09:06
src/onset/onset.{c,h}: added get_descriptor and get_thresholded_descriptor

b0d5a482 – Paul Brossier <piem@piem.org> authored on 2013/02/11 23:43
demos/demo_onset_file.py: remove old onsets

cf80e59e – Paul Brossier <piem@piem.org> authored on 2013/02/11 23:42
demos/demo_onset_file.py: added onset example

08bc714f – Paul Brossier <piem@piem.org> authored on 2013/02/11 11:31
demo_source_auto_samplerate.py: add example of automatic samplerate selection

d7954636 – Paul Brossier <piem@piem.org> authored on 2013/02/11 10:52
examples/utils.c: make -i optional

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

Next