source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e85f35d   7 years Paul Brossier [pitch_crepe] first version feature/crepe_org
(edit) @d353927   7 years Paul Brossier [scripts] script to fetch crepe model from upstream repo feature/crepe_org
(edit) @747d050   7 years Paul Brossier [wscript] link against hdf5 library feature/crepe_org
(edit) @d1233e4   7 years Paul Brossier [file_hdf5] read data hdf5 files feature/crepe_org
(edit) @11526e6   7 years Paul Brossier [python] also add hd5 when building standolone python external feature/crepe_org
(edit) @8abfbb0   7 years Paul Brossier [wscript] add detection of hdf5 library feature/crepe_org
(edit) @dfae6e0   7 years Paul Brossier [maxpool2d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @4647d38   7 years Paul Brossier [dense] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @52b0e42   7 years Paul Brossier [conv1d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @eba2bc7a   7 years Paul Brossier [conv1d] avoid unused variable, update comment feature/cnn_orgfeature/crepe_org
(edit) @f217068   7 years Paul Brossier [conv1d] add second blas optimisation using gemv feature/cnn_orgfeature/crepe_org
(edit) @3ffea61d   7 years Paul Brossier [conv1d] add first blas optimisation using sdot feature/cnn_orgfeature/crepe_org
(edit) @45a1e1d   7 years Paul Brossier [conv2d] set_stride accepts int[] feature/cnn_orgfeature/crepe_org
(edit) @6ee6107   7 years Paul Brossier [batchnorm] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @8691154   7 years Paul Brossier [maxpool1d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @7420c40   7 years Paul Brossier [maxpool2d] use first element to initialize output value, add stride feature/cnn_orgfeature/crepe_org
(edit) @f9f03ff   7 years Paul Brossier [maxpool1d] use first element to initialize output value, add a stride feature/cnn_orgfeature/crepe_org
(edit) @1768cdb   7 years Paul Brossier [tests] add tensor_matmul test feature/cnn_orgfeature/crepe_org
(edit) @791b436   7 years Paul Brossier [maxpool2d] add first draft implementation feature/cnn_orgfeature/crepe_org
(edit) @6006760   7 years Paul Brossier [tensor] add matmul feature/cnn_orgfeature/crepe_org
(edit) @147afba   7 years Paul Brossier [fmat] add fvec_matmul feature/cnn_orgfeature/crepe_org
(edit) @096a174   7 years Paul Brossier [fmat] use gemv in fmat_vecmul This is possible since we use … feature/cnn_orgfeature/crepe_org
(edit) @855947d   7 years Paul Brossier [aubio_priv] add AUBIO_ASSERT_EQUAL_SHAPE helper feature/cnn_orgfeature/crepe_org
(edit) @f3848c0   7 years Paul Brossier [conv2d] add first plain draft feature/cnn_orgfeature/crepe_org
(edit) @f7bfc5d   7 years Paul Brossier [fvec] add fvec_vecadd feature/cnn_orgfeature/crepe_org
(edit) @71655fee   7 years Paul Brossier [tensor] always use buffer in tensor_as_fvec feature/cnn_orgfeature/crepe_org
(edit) @aa5cc08   7 years Paul Brossier [tensor] add header feature/cnn_orgfeature/crepe_org
(edit) @fb3a9f5   7 years Paul Brossier [dense] add first plain version feature/cnn_orgfeature/crepe_org
(edit) @2fec649   7 years Paul Brossier [batchnorm] add first plain version feature/cnn_orgfeature/crepe_org
(edit) @f7838fc   7 years Paul Brossier [tensor] add some documentation feature/cnn_orgfeature/crepe_org
(edit) @1343aca   7 years Paul Brossier [tensor] remove old macro, add more public prototypes feature/cnn_orgfeature/crepe_org
(edit) @c4b6b59   7 years Paul Brossier [tensor] add print helpers feature/cnn_orgfeature/crepe_org
(edit) @dc257cc   7 years Paul Brossier [tensor] add have_same_size feature/cnn_orgfeature/crepe_org
(edit) @7e0b641   7 years Paul Brossier [tensor] add get_subtensor feature/cnn_orgfeature/crepe_org
(edit) @9bffada   7 years Paul Brossier [tensor] complet get_shape_string feature/cnn_orgfeature/crepe_org
(edit) @a85c7f3   7 years Paul Brossier [tensor] set initial max value to first element feature/cnn_orgfeature/crepe_org
(edit) @427a48c   7 years Paul Brossier [tensor] view any tensor as fvec/fmat feature/cnn_orgfeature/crepe_org
(edit) @f5ea4fb   7 years Paul Brossier [tensor] set buffer, remove old comments feature/cnn_orgfeature/crepe_org
(edit) @40520ea   7 years Paul Brossier [tensor] add buffer field, improve documentation feature/cnn_orgfeature/crepe_org
(edit) @50d7afe   7 years Paul Brossier [tensor] add get_shape_string feature/cnn_orgfeature/crepe_org
(edit) @124166d   7 years Paul Brossier [tests] add tensor tests feature/cnn_orgfeature/crepe_org
(edit) @849210c   7 years Paul Brossier [tensor] also set size when viewing fmat/fvec feature/cnn_orgfeature/crepe_org
(edit) @9ca7923   7 years Paul Brossier [tensor] rename n_items to size, remove items_per_row feature/cnn_orgfeature/crepe_org
(edit) @9d35014   7 years Paul Brossier [tensor] use new member names feature/cnn_orgfeature/crepe_org
(edit) @60c9db0   7 years Paul Brossier [maxpool1d] update to new tensor members feature/cnn_orgfeature/crepe_org
(edit) @6e4ef27   7 years Paul Brossier [conv1d] update to new tensor members feature/cnn_orgfeature/crepe_org
(edit) @5010e61   7 years Paul Brossier [tensor] rename attributes to ndim and shape[] to match numpy feature/cnn_orgfeature/crepe_org
(edit) @d0ef4b7   7 years Paul Brossier Merge branch 'master' into feature/cnn feature/cnn_orgfeature/crepe_org
(edit) @dc7362fd   7 years Paul Brossier [source_avcodec] prevent leak when closing swresample context feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @9bad2ba   7 years Paul Brossier [priv] add AUBIO_GOTO_FAILURE helper feature/cnn_orgfeature/crepe_org
(edit) @ba0c332   7 years Paul Brossier [ai] add first maxpool1d draft feature/cnn_orgfeature/crepe_org
(edit) @322e079   7 years Paul Brossier [ai] add first conv1d draft feature/cnn_orgfeature/crepe_org
(edit) @4c33f81   7 years Paul Brossier [ai] add first tensor draft feature/cnn_orgfeature/crepe_org
(edit) @1fcd392   7 years Paul Brossier [fmat] ensure contiguous memory feature/cnn_orgfeature/crepe_org
(edit) @c1c3a99   7 years Paul Brossier [py] fix compilation warning in py-source feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @b4445fb   7 years Paul Brossier [tests] also capture expected source warnings in test_sink feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @51b5f9c   7 years Paul Brossier [tests] check resampling a source raises a warning when expected feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @cd46892   7 years Paul Brossier [tests] add parse_file_samplerate to fetch samplerate from path feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @966c650   7 years Paul Brossier [py] take a copy for the last source block when iterating Appears to … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @79dc9ad   7 years Paul Brossier [source_avcodec] show a warning only when an error occurred in swr_convert feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @724303e   7 years Paul Brossier [source_avcodec] clean up unused statements and previously included stdlib feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @8ad7d71   7 years Paul Brossier [py] define HAVE_ERRNO_H in add_local_macros feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @e136c9f   7 years Paul Brossier [source_sndfile] avoid declaration after statement feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @b40c149   7 years Paul Brossier [source_wavread] comment unused macro feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @0a1ad90   7 years Paul Brossier [source_wavread] use STRERR macro feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @b03f1bf   7 years Paul Brossier [sink_wavwrite] use STRERR macro feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @26bd5e0   7 years Paul Brossier [lib] add AUBIO_STRERR to log system error messages feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @9d609355   7 years Paul Brossier [waf] check for errno.h feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @a280ed1   7 years Paul Brossier [osx] build frameworks with -Os The new tests revealed a crash in … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @4b266f1   7 years Paul Brossier [ci] add py3.6, drop py3.4 on travis feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @4b16721   7 years Paul Brossier [source_sndfile] set error message when reading after close feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @519d5d3   7 years Paul Brossier [py] raise an exception when reading source failed feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @fc633f3   7 years Paul Brossier [source_avcodec] prevent reading after close feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @6dc211b   7 years Paul Brossier [tests] simplify test_source.py, skip if no test sounds feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @6200052   7 years Paul Brossier [tests] try reading after close in test-source.c feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @8797138   7 years Paul Brossier [tests] check reading source after close raises RuntimeError? feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @37c7e61   7 years Paul Brossier [tests] test del_aubio_sink on null feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @19b839f   7 years Paul Brossier [tests] test del_aubio_source on null feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @51a35a7   7 years Paul Brossier [source_apple_audio] get_duration returns 0 on failure feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @a9f463c   7 years Paul Brossier [py] check if filter was created before deleting it feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @2bfbf33   7 years Paul Brossier [sink] del_aubio_sink argument can be null Most del_ methods in aubio … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @8d4ffeb   7 years Paul Brossier [source] del_aubio_source argument can be null Most del_ methods in … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @fef012a   7 years Paul Brossier [examples] only delete sink if needed feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @98d7aaa   7 years Paul Brossier [py] check sink was created before calling del_aubio_sink feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @48105ca   7 years Paul Brossier Revert "[py] avoid resizing py-source output" This reverts commit … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @776d65b   7 years Paul Brossier [tests] test-mathutils-window input validation feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @1f382d6   7 years Paul Brossier [tests] add test-vecutils feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @fce8496   7 years Paul Brossier [tests] improve test-fmat feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @9e2c1a1   7 years Paul Brossier [tests] improve test-lvec feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @dfd520b   7 years Paul Brossier [tests] improve test-cvec feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @2b1b38a   7 years Paul Brossier [tests] improve test-fvec feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @8e76c71   7 years Paul Brossier [py] avoid resizing py-source output Make sure a copy of the source … feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @d4927c2   7 years Paul Brossier [source_avcodec] fix warning messages feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @ebfa80d   7 years Paul Brossier [source_sndfile] fix reading sizes when resampling feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @3880830   7 years Paul Brossier [ci] improve coverage of sndfile/samplerate support feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @f4c96f5   7 years Paul Brossier [ci] add pypy on travis, use it to test sndfile/libsamplerate directly feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @49ac58e0   7 years Paul Brossier [ci] set one of the travis config to use sndfile only feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @4c72a9c   7 years Paul Brossier [source_apple_audio] use input validation and padding helpers feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @4edba9d   7 years Paul Brossier [io] fix source output padding sizes feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
(edit) @1ddb9d1   7 years Paul Brossier [io] source_pad_do_output to pad extra channels feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/applefworksfix/ffmpeg5
Note: See TracRevisionLog for help on using the revision log.