[doc] remove reference to test-source_multi
[aubio.git] / python / ext /
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-07 Paul Brossier[py] improve specdesc dosctring
2018-12-07 Paul Brossier[py] add minimal docstring for wavetable
2018-12-04 Paul Brossier[py] include docstrings for generated classes feature/pydocstrings
2018-12-04 Paul Brossier[py] add minimal docstrings to generated objects
2018-12-04 Paul Brossier[py] add docstrings for digital_filter
2018-12-04 Paul Brossier[py] add get_norm/power and documentation to filterbank
2018-12-03 Paul Brossier[py] add minimal docstring to fft
2018-11-30 Paul Brossier[py] remove useless check in py-phasevoc.c
2018-11-21 Paul BrossierMerge branch 'fix/pyextwarnings'
2018-11-20 Paul Brossier[py] fix filterbank in double-precision mode
2018-11-20 Paul Brossier[py] fix % escaping in py-source.c
2018-11-20 Paul Brossier[py] filterbank power and norm are floats
2018-11-20 Paul Brossier[py] filterbank.set_triangle_bands can accept a float...
2018-11-17 Paul Brossier[py] filterbank.set_mel_coeffs_slaney accepts float
2018-11-17 Paul Brossier[py] check for float in filterbank.set_mel_coeffs,...
2018-11-17 Paul BrossierMerge branch 'master' into feature/melfilterbank
2018-11-17 Paul Brossier[py] add filterbank.set_power and set_norm
2018-11-17 Paul Brossier[filterbank] fix mel htk mode
2018-11-17 Paul Brossier[py] add filterbank.set_mel_coeffs, improve error messages
2018-11-17 Paul Brossier[py] add meltohz and hztomel with minimal doc
2018-11-04 Paul Brossier[doc] [py] improve source/sink descriptions
2018-11-04 Paul Brossier[py] [doc] improve source.do/do_multi descriptions
2018-10-31 Paul BrossierMerge branch 'feature/docstrings' (see #73)
2018-10-30 Paul Brossier[py] improve py-cvec.c doc
2018-10-30 Paul Brossier[py] improve py-cvec.c doc
2018-10-30 Paul BrossierMerge branch 'feature/cdocstrings' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
2018-10-29 Paul BrossierMerge branch 'feature/wrapavcodec'
2018-10-29 Paul BrossierMerge branch 'feature/wrap_py_mod'
2018-10-29 Paul BrossierMerge branch 'fix/wavetable'
2018-10-29 Paul BrossierMerge branch 'fix/slicing'
2018-10-29 Paul BrossierMerge branch 'fix/slaneyurl'
2018-10-29 Paul BrossierMerge branch 'fix/warn_old_avutil'
2018-10-29 Paul BrossierMerge branch 'fix/phasevoc'
2018-10-29 Paul BrossierMerge branch 'fix/py2cmd'
2018-10-29 Paul BrossierMerge branch 'fix/pyfilterbank'
2018-10-26 Paul Brossier[python] improve cvec doc
2018-10-26 Paul Brossier[python] improve sink.close doc
2018-10-26 Paul Brossier[python] add docstrings for pvoc
2018-10-26 Paul Brossier[python] add docstrings for sink
2018-10-26 Paul Brossier[python] add docstrings for source
2018-10-26 Paul Brossier[py] wrap long lines in aubiomodule.c
2018-10-26 Paul Brossier[python] fix error messages in filterbank
2018-10-26 Paul Brossier[python] improve docstrings for window
2018-10-26 Paul Brossier[python] improve docstrings for shift and ishift
2018-10-26 Paul Brossier[python] improve docstrings for db_spl, level_lin,...
2018-10-26 Paul Brossier[python] add docstrings to alpha_norm and zero_crossing...
2018-10-26 Paul Brossier[python] add docstrings to bintofreq and freqtobin
2018-10-26 Paul Brossier[python] add docstrings to bintomidi and miditobin
2018-10-26 Paul Brossier[python] add docstrings to ufuncs
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-15 Paul BrossierMerge branch 'master' into feature/fastmfcc
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-15 Paul Brossierpython/ext/py-musicutils.*: add shift(fvec) and ishift...
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'yin_confidence' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'PR/simplify_emscripten'
2017-09-30 Paul Brossierpython/ext/py-cvec.c: setters to return a negative...
2017-09-16 Paul BrossierMerge branch 'master' into dct
2017-09-06 Paul Brossierpython/ext/py-phasevoc.c: add _set_window
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2017-02-28 Paul Brossierpython/ext/py-sink.c: add 'with' interface (PEP 343)
2017-02-27 Paul Brossierpython/ext/py-source.c: use PyArray_NewShape, not _Resize
2017-02-27 Paul Brossierpython/ext/aubio-types.h: define PATH_MAX if needed
2017-02-27 Paul Brossierpython/ext/py-{source,sink}.c: free string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: copy string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: statement after definitions
2017-02-27 Paul Brossierpython/ext/py-source.c: __exit__ to close once
2017-02-27 Paul Brossierpython/ext/py-source.c: raise on closing file failed
2017-02-27 Paul Brossierpython/ext/py-source.c: add iterator interface
2017-02-26 Paul Brossierpython/ext/py-source.c: add with interface (PEP 343)
2017-01-08 Paul Brossierpython/ext/aubiomodule.c: more hack to avoid msvc issues
2016-12-18 Paul Brossierpython/ext/aubiomodule.c: fix version string on windows
2016-12-17 Paul Brossierpython/ext/aubiomodule.c: add aubio._aubio.__version__...
2016-12-17 Paul Brossierpython/ext/aubio-types.h: use <> for non local aubio
2016-11-28 Paul Brossierpython/ext/py-sink.c: always set samplerate and channel...
2016-11-28 Paul Brossierpython/ext/py-cvec.c: use NPY_INTP_FMT
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove duplicate add_generate...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: undo last commit
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove extern
2016-09-23 Paul Brossierpython/ext/py-source.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-phasevoc.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-fft.c: use error string set in src/spectr...
2016-09-22 Paul Brossierpython/ext/aubiomodule.c: use custom logging function...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
2016-05-13 Paul Brossierpython/ext/py-musicutils.c: do not overwrite PyArg_Pars...
2016-05-13 Paul Brossierpython/ext/py-filterbank.c: fix error message formattin...
2016-05-13 Paul Brossierpython/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-13 Paul Brossierpython/ext/aubiomodule.c: fix PyMethodDef sentinel
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierext/aubioproxy.c: fix windows c89 compilation
2016-05-11 Paul Brossierpython/ext/{aubioproxy,py-cvec}.c: use npy_intp, not...
2016-05-11 Paul Brossierpython/ext/py-source.c: fix free
2016-05-11 Paul Brossierpython/ext/py-source.c: fix error string, only delete...
2016-05-11 Paul Brossierpython/ext/py-cvec.c: remove unused function
next