- Timestamp:
- Aug 1, 2015, 12:22:12 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ec3792c
- Parents:
- 7aa4aaa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r7aa4aaa r02db596 1 2015-08-01 Paul Brossier <piem@aubio.org> 2 3 [ Interface ] 4 * src/onset/onset.h: add aubio_onset_get_silence(), fix description of 5 aubio_onset_get/set_delay functions 6 * src/tempo/tempo.h: add aubio_tempo_get_silence and aubio_tempo_get_threshold 7 8 [ Library ] 9 * src/io/audio_unit.c: fix deprecation warning (closes #16) 10 * src/io/sink_apple_audio.c: avoid opening null path 11 * src/io/sink_sndfile.c: improve error messages, set nsamples after write 12 * src/io/sink_wavwrite.c: fail if samplerate is way too large, assume 13 windows is little endian to build with mingw32 14 * src/io/source_apple_audio.c: check out of bounds _seek, set s->path, quiet 15 * src/io/source_avcodec.c: update to libav10, libavcodec 55.34.1 16 * src/io/source_sndfile.c: cast to uint_t for now, clarify some variables 17 names, fix crash, zero-pad output vector when upsampling, improve seek errors and strings 18 * src/io/source_wavread.c: avoid orphan parenthesis , cast size_t to int to 19 avoid warning on win64 , improve seek errors processing , sync error message 20 * src/onset/onset.c: avoid doubled onset at start, check parameters 21 * src/pitch/pitch.c: add Hertz as valid unit string, check parameters 22 * src/pitch/pitchyin.c, src/pitch/pitchyinfft.c: avoid producing NaN on silence (closes #7) 23 * src/pitch/pitchyin.{c,h}: fix typo, developed 24 * src/spectral/phasevoc.c: fix argument checks, improve error messages 25 * src/synth/sampler.c: make sure blocksize > 0 26 * src/tempo/beattracking.c: avoid segfault on silence (closes #24) 27 * src/tempo/tempo.c: add silence detection (closes #23), add old behavior in 28 examples/aubiotrack.c, check parameters 29 * src/*.c: fix some useless float conversion 30 31 [ Python ] 32 * python/ext/aubiomodule.c: improve documentation 33 * python/ext/py-musicutils.c: add silence_detection (closes #21), 34 level_detection, db_spl, level_lin, complete window implementation 35 * python/ext/py-source.c: add channels, add seek (closes #9) 36 * python/demos/demo_a_weighting.py: add simple demo for a_weighting 37 * python/demos/demo_sink_multi.py: add multi channel version 38 * python/demos/, python/demos/: minor improvements, improve syntax (closes #19) 39 * python/setup.py: use setuptools, add numpy to install_requires 40 41 [ Build ] 42 * waf: removed, now automatically downloaded with make, updated to 1.8.12 43 * Makefile: add target to fetch waf and basic instructions 44 * .travis.yml: added template for travis continuous integration 45 * {examples,src,tests}/wscript_build: add external libs and uselib to targets 46 * src/wscript_build: do not hardocode install path 47 * wscript, src/io/*.c: use custom defines instead of __APPLE__ 48 * wscript: make fat build optional, remove iOS sdk versioning 49 50 [ General ] 51 * examples/: use outmsg to print notes (fixes #8) 52 * examples/parse_args.h: improve short documentation (closes #12) 53 * doc/*.cfg: remove html timestamps to make build reproducible (see debian bug #779216) 54 * doc/aubiocut.txt: improve documentation 55 * doc/*.rst: add sphinx documentation basis with Makefile and conf.py 56 * README.md: minor updates 57 * python.old: removed old code 58 * tests/: minor bug fixing 59 1 60 2014-01-31 Paul Brossier <piem@aubio.org> 2 61
Note: See TracChangeset
for help on using the changeset viewer.