RSS feed
ce3ff2bd
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:32
src/pitch/: add const qualifiers, filter_do_outplace to avoid modifying input
eaee767f
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:30
src/synth/sampler.c: keeps a copy of uri
23493b58
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:11
src/temporal/: add const qualifiers
69f74f00
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:09
src/tempo/: add const qualifiers
55d1fa4a
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:08
src/utils/: add const qualifiers
e9bd0228
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:04
src/musicutils.h: more const qualifiers
ad1df9b7
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:03
src/mathutils.*: more const qualifiers
26a6af7d
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:02
src/io/source_{avcodec,sndfile}.c: avoid modifying input param
b643a338
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 15:01
src/io/*.c: take a copy of const char* path
ae5d58a7
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 14:47
src/io/*.{c,h}: added const qualifiers to unmodified pointers
1120f86f
– Paul Brossier <piem@piem.org>
authored
on 2016/04/21 14:21
src/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers to unmodified pointers
c4d251c1
– Paul Brossier <piem@piem.org>
authored
on 2016/04/20 10:44
README.md: improve linking instructions
5bec75da
– Paul Brossier <piem@piem.org>
authored
on 2016/04/20 08:54
python/README: remove note about libaubio install
c35e701b
– Paul Brossier <piem@piem.org>
authored
on 2016/04/20 08:54
README.md: add notes about installing libaubio
013d0d71
– Paul Brossier <piem@piem.org>
authored
on 2016/04/19 18:24
python/README: fix typo
26eb6d0e
– Paul Brossier <piem@piem.org>
authored
on 2016/04/19 14:26
python/ext/py-source.c: fix memory leak (see #18)
5652a8c3
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 22:16
ext/: no more hell, use plain c
f50dea41
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 21:40
Merge branch 'develop' of github.com:aubio/aubio into develop
81ad5771
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 21:40
Makefile: only expand waf if needed, use 'python waf' by default
e89310a0
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 21:37
.travis.yml: test python3
a2ae70a9
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 21:37
Makefile: added build/clean_python3
36b787d8
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 21:36
setup.py: switch to new code generator
ccb9fb56
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 21:36
lib/gen_external.py: rewrote wrapper
fbd7c80e
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 20:49
python/tests/test_source.py: simplify print
0229e517
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 20:45
python/tests/test_sink.py: remove useless many_sinks_not_closed and more cruft
9b7f238a
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 20:45
tests/test_note2midi.py: use unicode_literals, preparing for python3
e76842e7
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 20:44
lib/aubio/midiconv.py: prepare for python3
376d5e97
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:46
tests/: continue python3 preparation
6db76007
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:27
tests/test_note2midi.py: more tests
689106ec
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:24
python/tests/: prepare for python3 (see #33)
1c6fe64f
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:23
python/scripts/aubiocut: prepare for python3 (see #33)
333eec1d
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:23
python/lib/generator.py: prepare for python3
ade36e60
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:23
python/lib/gen_pyobject.py: prepare for python3 (see #33)
7ffb5547
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:22
python/lib/aubio/midiconv.py: make sure midi2note uses midi int (python3)
4de5f356
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:21
python/lib/aubio/__init__.py: use relative import (python3, see #33)
0e59ae00
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 19:21
python/lib/aubio/slicing.py: make sure we get a list of regions (python3, see #33)
5c1200a0
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 18:53
python/ext: continue preparing for python 3
2e4ae1df
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 18:52
ext/aubiomodule.c: prepare for python 3, see #33
4041a6da
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 18:48
Merge pull request #40 from nphilipp/develop--py3k-fixes
7c785e68
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 17:14
ext/py-filter.c: continue fixing memory leak (#49)
de81d2bf
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 17:07
ext/py-fft.c: continue fixing memory leak (#49)
202697ac
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 16:32
ext/py-phasevoc.c: continue fixing memory leak (#49)
59cb451f
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 16:31
ext/py-filterbank.c: continue fixing memory leak (#49)
a28dab6e
– Paul Brossier <piem@piem.org>
authored
on 2016/04/18 09:18
python/ext/py-source.c: start fixing memory leak (see #49)
f2caa923
– Paul Brossier <piem@piem.org>
authored
on 2016/03/07 18:28
scripts/apple/: added Info.plist and module.modulemap (improves #34)
e9df1371
– Paul Brossier <piem@piem.org>
authored
on 2016/03/07 16:07
scripts/build_apple_frameworks: add script to build macosx and ios frameworks (improves #34)
ae1a9bac
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 17:10
src/aubio_priv.h: add aliases to vDSP_dotpr
240517e5
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 16:59
src/fmat.c: comment out asserts
73e8f652
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 16:53
src/spectral/mfcc.c: use fmat_vecmul
c02a1cc5
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 16:50
src/spectral/mfcc.c: swap dct_coeffs matrix to prepare for fmat_vecmul
fc2d7fbd
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 16:48
src/spectral/filterbank.c: use fmat_vecmul
a7348ca5
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 16:47
src/fmat.c: add optimized fmat_vecmul
4bf3731b
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 13:00
src/mathutils.c: avoid for loop initial declarations [gcc]
d04875c7
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 12:51
src/pitch/pitch.c: fix name in error messages
6ab6611c
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 12:50
src/mathutils.c: use smpl_t for constants
7cdabbe1
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 12:48
src/spectral/phasevoc.c: use ishift for perfect reconstruction with odd length window
116bd1b7
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 12:47
src/mathutils.h: add fvec_ishift
d21a4b16
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 10:44
scripts/build_emscripten: add script to build with emcc and co
fb5838a5
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 10:44
wscript, src/wscript_build: new build platform emscripten
d897aaed
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 10:43
src/spectral, src/onset, src/tempo: make sure win_size > 1
d7f3c88f
– Paul Brossier <piem@piem.org>
authored
on 2016/02/16 10:42
scripts/setenv_local.sh: set environment to run from built source tree
11758834
– Paul Brossier <piem@piem.org>
authored
on 2016/02/09 10:35
python/lib/gen_pyobject.py: add sint_t
9590e81c
– Paul Brossier <piem@piem.org>
authored
on 2016/02/09 10:24
src/temporal/filter.c: check parameters
a33d4062
– Paul Brossier <piem@piem.org>
authored
on 2016/02/08 13:07
wscript: add --disable-docs option
7e80dc99
– Paul Brossier <piem@piem.org>
authored
on 2016/02/08 13:06
src/tempo/tempo.h: implement get/set_delay
fa74361e
– Paul Brossier <piem@piem.org>
authored
on 2016/02/08 13:05
src/pitch/pitchmcomb.c: scan across all spectrum
5bd806d4
– Paul Brossier <piem@piem.org>
authored
on 2016/02/08 12:09
src/io/source_sndfile.c: use sf_read_double when compiling with AUBIO_DOUBLE
9fa9b865
– Paul Brossier <piem@piem.org>
authored
on 2016/02/08 12:01
src/io/sink_apple_audio.c: disable async mode for now, factorise code
94b16497
– Paul Brossier <piem@piem.org>
authored
on 2016/01/29 14:50
wscript: add '-fembed-bitcode' when building for iOS (closes #31)
6d8db804
– Paul Brossier <piem@piem.org>
authored
on 2016/01/17 10:14
python/demos/demo_pysoundcard_*: update to pysoundcard 0.5.2 (closes #42)
0e39e886
– Paul Brossier <piem@piem.org>
authored
on 2016/01/03 08:52
Makefile: also remove python3 version
b8ed85e4
– Nils Philippsen <nils@tiptoe.de>
authored
on 2015/11/25 20:01
Python 3: use new raise syntax
ac7e49b2
– Nils Philippsen <nils@tiptoe.de>
authored
on 2015/11/25 19:57
Python 3: raise RuntimeErrors, not generic exceptions
770b9e74
– Nils Philippsen <nils@tiptoe.de>
authored
on 2015/11/25 19:38
Python 3: use Py_TYPE() instead of ob_type member
8b8a0203
– Nils Philippsen <nils@tiptoe.de>
authored
on 2015/11/25 19:09
Python 3: coerce iterators into lists where necessary
a49a3f06
– Nils Philippsen <nils@tiptoe.de>
authored
on 2015/11/25 19:02
Python 3: use explicit relative import
362581e2
– Nils Philippsen <nils@tiptoe.de>
authored
on 2015/11/25 18:56
make version status PEP440 compliant
2e69640d
– Paul Brossier <piem@piem.org>
authored
on 2015/11/06 07:34
src/musicutils.h: update link to Bernardini's paper
f4cc4a8b
– Paul Brossier <piem@piem.org>
authored
on 2015/11/06 07:20
README.md: switch to https
95748a62
– Paul Brossier <piem@piem.org>
authored
on 2015/11/02 18:15
src/tempo/tempo.{c,h}: add tatum, a subdivision of the beat period, default to 4
810b3b64
– Paul Brossier <piem@piem.org>
authored
on 2015/11/02 18:13
src/tempo/tempo.c: comment out unused assign
42c3dc03
– Paul Brossier <piem@piem.org>
authored
on 2015/11/02 18:06
src/tempo/tempo.{c,h}: add _get_period and _get_period_s
5f5edc11
– Paul Brossier <piem@piem.org>
authored
on 2015/11/02 18:02
src/tempo/beattracking.{c,h}: add _get_period and _get_period_s
43b7c6dc
– Paul Brossier <piem@piem.org>
authored
on 2015/11/02 16:22
src/tempo/tempo.c: remove trailing spaces
2da75260
– Paul Brossier <piem@piem.org>
authored
on 2015/11/01 19:18
src/io/{sink,source,utils}_apple_audio.c: fix memory leak calling CFRelease (closes #26, closes #27, and closes #28)
9ee1ee9b
– Paul Brossier <piem@piem.org>
authored
on 2015/10/30 06:33
src/pitch/pitchmcomb.c: fix candidates sorting function, really comparing current to next
094a8be0
– Paul Brossier <piem@piem.org>
authored
on 2015/10/24 22:41
src/pitch/pitch.c: disable buggy optimisation for now
536bf702
– Paul Brossier <piem@piem.org>
authored
on 2015/10/24 16:37
wscript: fix variable name
e330033d
– Paul Brossier <piem@piem.org>
authored
on 2015/10/22 15:59
Makefile: update to waf 1.8.14
f0ce36a1
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 06:46
wscript: check if we find atlas/cblas.h
827267b9
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 06:36
src/fvec.c: fix variable name
0a0d9b0b
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 06:26
src/mathutils.c: use HAVE_ATLAS
b046c8c7
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 06:26
src/aubio_priv.h: add aliases for cblas_xswap
50961b97
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 06:20
Merge branch 'develop' into accelerate
ee6ca748
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 06:16
src/mathutils.c: use aliases
4aa18e3d
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 05:45
Merge branch 'develop' into accelerate
b8c50c37
– Paul Brossier <piem@piem.org>
authored
on 2015/09/06 05:27
src/aubio_priv.h: add missing if/endif
44e9eeb5
– Paul Brossier <piem@piem.org>
authored
on 2015/09/05 17:14
src/fvec.c: move alias to aubio_priv.h, add cblas copy
c59e6935
– Paul Brossier <piem@piem.org>
authored
on 2015/09/05 08:40
Merge branch 'develop' into accelerate
f45dd12c
– Paul Brossier <piem@piem.org>
authored
on 2015/09/05 08:12
src/tempo/*: remove trailing spaces
Next