aubio.git
2019-01-16 Paul Brossier[conv2d] fix debug string, clean up
2019-01-10 Paul Brossier[pitch_crepe] add activations
2019-01-10 Paul Brossier[activation] add header template
2019-01-10 Paul Brossier[activation] add sigmoid and relu, in-place
2019-01-10 Paul Brossier[dense] remove activation function
2019-01-10 Paul Brossier[conv1d] remove activation function
2019-01-10 Paul Brossier[conv1d] improve comment and indentation
2019-01-08 Paul BrossierMerge branch 'master' into feature/crepe
2019-01-08 Paul Brossier[sink_wavwrite] call fflush in open
2019-01-08 Paul Brossier[sink] remove assert so tests pass in debug mode
2019-01-08 Paul Brossier[source] remove assert so tests pass in debug mode
2019-01-08 Paul Brossier[ci] use linux/py3.5 to test --build-type=debug
2019-01-08 Paul Brossier[aubio_priv.h] include blas first (see gh-225)
2019-01-08 Paul Brossier[crepe] prevent openblas from opening threads
2019-01-08 Paul Brossier[pitch] crepe only supports samplerate==16000 and bufsi...
2019-01-08 Paul Brossier[pitch] add crepe
2019-01-08 Paul Brossier[pitch_crepe] first version
2019-01-08 Paul Brossier[scripts] script to fetch crepe model from upstream...
2019-01-08 Paul Brossier[wscript] link against hdf5 library
2019-01-08 Paul Brossier[file_hdf5] read data hdf5 files
2019-01-08 Paul Brossier[python] also add hd5 when building standolone python...
2019-01-08 Paul Brossier[wscript] add detection of hdf5 library
2019-01-08 Paul Brossier[maxpool2d] improve debug string feature/cnn_org
2019-01-08 Paul Brossier[dense] improve debug string
2019-01-08 Paul Brossier[conv1d] improve debug string
2019-01-08 Paul Brossier[conv1d] avoid unused variable, update comment
2019-01-08 Paul Brossier[conv1d] add second blas optimisation using gemv
2019-01-08 Paul Brossier[conv1d] add first blas optimisation using sdot
2019-01-08 Paul Brossier[conv2d] set_stride accepts int[]
2019-01-08 Paul Brossier[batchnorm] improve debug string
2019-01-08 Paul Brossier[maxpool1d] improve debug string
2019-01-07 Paul Brossier[maxpool2d] use first element to initialize output...
2019-01-07 Paul Brossier[maxpool1d] use first element to initialize output...
2019-01-07 Paul Brossier[tests] add tensor_matmul test
2019-01-07 Paul Brossier[maxpool2d] add first draft implementation
2019-01-07 Paul Brossier[tensor] add matmul
2019-01-07 Paul Brossier[fmat] add fvec_matmul
2019-01-07 Paul Brossier[fmat] use gemv in fmat_vecmul
2019-01-07 Paul Brossier[aubio_priv] add AUBIO_ASSERT_EQUAL_SHAPE helper
2019-01-07 Paul Brossier[conv2d] add first plain draft
2019-01-07 Paul Brossier[fvec] add fvec_vecadd
2019-01-07 Paul Brossier[tensor] always use buffer in tensor_as_fvec
2019-01-07 Paul Brossier[tensor] add header
2019-01-07 Paul Brossier[dense] add first plain version
2019-01-07 Paul Brossier[batchnorm] add first plain version
2019-01-02 Paul Brossier[tensor] add some documentation
2019-01-02 Paul Brossier[tensor] remove old macro, add more public prototypes
2019-01-02 Paul Brossier[tensor] add print helpers
2019-01-02 Paul Brossier[tensor] add have_same_size
2019-01-02 Paul Brossier[tensor] add get_subtensor
2019-01-02 Paul Brossier[tensor] complet get_shape_string
2019-01-02 Paul Brossier[tensor] set initial max value to first element
2019-01-02 Paul Brossier[tensor] view any tensor as fvec/fmat
2019-01-02 Paul Brossier[tensor] set buffer, remove old comments
2019-01-02 Paul Brossier[tensor] add buffer field, improve documentation
2019-01-02 Paul Brossier[tensor] add get_shape_string
2019-01-02 Paul Brossier[tests] add tensor tests
2019-01-02 Paul Brossier[tensor] also set size when viewing fmat/fvec
2019-01-01 Paul Brossier[tensor] rename n_items to size, remove items_per_row
2019-01-01 Paul Brossier[tensor] use new member names
2019-01-01 Paul Brossier[maxpool1d] update to new tensor members
2019-01-01 Paul Brossier[conv1d] update to new tensor members
2019-01-01 Paul Brossier[tensor] rename attributes to ndim and shape[] to match...
2018-12-31 Paul BrossierMerge branch 'master' into feature/cnn
2018-12-31 Paul Brossier[source_avcodec] prevent leak when closing swresample...
2018-12-31 Paul Brossier[priv] add AUBIO_GOTO_FAILURE helper
2018-12-31 Paul Brossier[ai] add first maxpool1d draft
2018-12-31 Paul Brossier[ai] add first conv1d draft
2018-12-31 Paul Brossier[ai] add first tensor draft
2018-12-30 Paul Brossier[fmat] ensure contiguous memory
2018-12-23 Paul Brossier[py] fix compilation warning in py-source
2018-12-23 Paul Brossier[tests] also capture expected source warnings in test_sink
2018-12-23 Paul Brossier[tests] check resampling a source raises a warning...
2018-12-23 Paul Brossier[tests] add parse_file_samplerate to fetch samplerate...
2018-12-23 Paul Brossier[py] take a copy for the last source block when iterating
2018-12-23 Paul Brossier[source_avcodec] show a warning only when an error...
2018-12-23 Paul Brossier[source_avcodec] clean up unused statements and previou...
2018-12-23 Paul Brossier[py] define HAVE_ERRNO_H in add_local_macros
2018-12-22 Paul Brossier[source_sndfile] avoid declaration after statement
2018-12-22 Paul Brossier[source_wavread] comment unused macro
2018-12-22 Paul Brossier[source_wavread] use STRERR macro
2018-12-22 Paul Brossier[sink_wavwrite] use STRERR macro
2018-12-22 Paul Brossier[lib] add AUBIO_STRERR to log system error messages
2018-12-22 Paul Brossier[waf] check for errno.h
2018-12-21 Paul Brossier[osx] build frameworks with -Os
2018-12-21 Paul Brossier[ci] add py3.6, drop py3.4 on travis
2018-12-21 Paul Brossier[source_sndfile] set error message when reading after...
2018-12-21 Paul Brossier[py] raise an exception when reading source failed
2018-12-21 Paul Brossier[source_avcodec] prevent reading after close
2018-12-21 Paul Brossier[tests] simplify test_source.py, skip if no test sounds
2018-12-21 Paul Brossier[tests] try reading after close in test-source.c
2018-12-21 Paul Brossier[tests] check reading source after close raises Runtime...
2018-12-21 Paul Brossier[tests] test del_aubio_sink on null
2018-12-21 Paul Brossier[tests] test del_aubio_source on null
2018-12-21 Paul Brossier[source_apple_audio] get_duration returns 0 on failure
2018-12-21 Paul Brossier[py] check if filter was created before deleting it
2018-12-21 Paul Brossier[sink] del_aubio_sink argument can be null
2018-12-21 Paul Brossier[source] del_aubio_source argument can be null
2018-12-21 Paul Brossier[examples] only delete sink if needed
2018-12-21 Paul Brossier[py] check sink was created before calling del_aubio_sink
next