- Timestamp:
- Mar 12, 2014, 4:14:59 PM (11 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:
- e550203
- Parents:
- 332487b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r332487b rfa6f6aa 1 2014-01-31 Paul Brossier <piem@aubio.org> 2 3 [ Interface ] 4 * src/io/{source_wavread,sink_wavwrite}.h: new source and sink objects to 5 read and write simple wav files when building with no external dependencies 6 * src/io/{source,sink}*.h: added close functions to explicitly close file 7 * src/io/sink*.h: added do_multi, preset_channels, preset_samplerate, 8 get_channels and get_samplerate functions 9 * src/onset/onset.h: added aubio_onset_get_threshold 10 * src/mathutils.h: add fvec_quadratic_peak_mag to find the magnitude of 11 interpolated peaks 12 13 [ Library ] 14 * src/io/source_avcodec.c: implement _seek function 15 * src/io/source_sndfile.c: fixed _seek when signal is resampled 16 * src/spectral/ooura_fft8g.c: use float when double is not needed 17 * src/io/{source,sink}_apple_audio.c: improve error messages 18 * src/spectral/phasevoc.c: optimize swapbuffers by using memcpy 19 * src/lvec.c: add missing lvec_set_sample, improve test 20 * src/tempo/beattracking.c: improve confidence values by using interpolated 21 peak magnitude and avoiding nan 22 * src/tempo/tempo_davies.c: set default novelty function to specflux 23 24 [ Python module ] 25 * python/ext/py-{sink,source}.c: add do_multi and close functions 26 * python/ext/aubio-types.h: set NPY_NO_DEPRECATED_API to version 1.7 27 * python/lib/aubio/slicing.py: new function to slice a source into a list of 28 arbitrary regions 29 * python/scripts/aubiocut: add options --cut-until-nsamples and 30 --cut-until-nsclices, thanks to Mark Suppes for requesting, sponsoring, 31 and testing this feature 32 33 [ General code ] 34 * src/aubio_priv.h: use ifdefs to avoid checking undefined defines 35 * src/**.c: add missing prototypes, avoid some declarations after statement 36 * waf, waflib: update to 1.7.15 37 1 38 2013-12-08 Paul Brossier <piem@aubio.org> 2 39
Note: See TracChangeset
for help on using the changeset viewer.