|
|
@1b6a0035
|
3 years |
Paul Brossier |
[maxpool2d] improve debug string
feature/cnnfeature/crepe
|
|
|
@6bd83c1
|
3 years |
Paul Brossier |
[dense] improve debug string
feature/cnnfeature/crepe
|
|
|
@b5b0ddd
|
3 years |
Paul Brossier |
[conv1d] improve debug string
feature/cnnfeature/crepe
|
|
|
@d91fa83
|
3 years |
Paul Brossier |
[conv1d] avoid unused variable, update comment
feature/cnnfeature/crepe
|
|
|
@c97f7ed
|
3 years |
Paul Brossier |
[conv1d] add second blas optimisation using gemv
feature/cnnfeature/crepe
|
|
|
@337e70d
|
3 years |
Paul Brossier |
[conv1d] add first blas optimisation using sdot
feature/cnnfeature/crepe
|
|
|
@b6097ac
|
3 years |
Paul Brossier |
[conv2d] set_stride accepts int[]
feature/cnnfeature/crepe
|
|
|
@bee3d52
|
3 years |
Paul Brossier |
[batchnorm] improve debug string
feature/cnnfeature/crepe
|
|
|
@4d452fb
|
3 years |
Paul Brossier |
[maxpool1d] improve debug string
feature/cnnfeature/crepe
|
|
|
@3cbcc40
|
3 years |
Paul Brossier |
[maxpool2d] use first element to initialize output value, add stride
feature/cnnfeature/crepe
|
|
|
@6c39d11
|
3 years |
Paul Brossier |
[maxpool1d] use first element to initialize output value, add a stride
feature/cnnfeature/crepe
|
|
|
@6d1566e
|
3 years |
Paul Brossier |
[maxpool2d] add first draft implementation
feature/cnnfeature/crepe
|
|
|
@a33c395
|
3 years |
Paul Brossier |
[tensor] add matmul
feature/cnnfeature/crepe
|
|
|
@1f13e29
|
3 years |
Paul Brossier |
[fmat] add fvec_matmul
feature/cnnfeature/crepe
|
|
|
@70afae1
|
3 years |
Paul Brossier |
[fmat] use gemv in fmat_vecmul
This is possible since we use …
feature/cnnfeature/crepe
|
|
|
@3fa8d95
|
3 years |
Paul Brossier |
[aubio_priv] add AUBIO_ASSERT_EQUAL_SHAPE helper
feature/cnnfeature/crepe
|
|
|
@bacf0c6
|
3 years |
Paul Brossier |
[conv2d] add first plain draft
feature/cnnfeature/crepe
|
|
|
@567727d
|
3 years |
Paul Brossier |
[fvec] add fvec_vecadd
feature/cnnfeature/crepe
|
|
|
@83ef8f0
|
3 years |
Paul Brossier |
[tensor] always use buffer in tensor_as_fvec
feature/cnnfeature/crepe
|
|
|
@8359052
|
3 years |
Paul Brossier |
[tensor] add header
feature/cnnfeature/crepe
|
|
|
@00d4f53
|
3 years |
Paul Brossier |
[dense] add first plain version
feature/cnnfeature/crepe
|
|
|
@7b2a58c
|
3 years |
Paul Brossier |
[batchnorm] add first plain version
feature/cnnfeature/crepe
|
|
|
@da7dbd3
|
3 years |
Paul Brossier |
[tensor] add some documentation
feature/cnnfeature/crepe
|
|
|
@2396987
|
3 years |
Paul Brossier |
[tensor] remove old macro, add more public prototypes
feature/cnnfeature/crepe
|
|
|
@49e7171
|
3 years |
Paul Brossier |
[tensor] add print helpers
feature/cnnfeature/crepe
|
|
|
@f90051d
|
3 years |
Paul Brossier |
[tensor] add have_same_size
feature/cnnfeature/crepe
|
|
|
@b496aa8
|
3 years |
Paul Brossier |
[tensor] add get_subtensor
feature/cnnfeature/crepe
|
|
|
@a5986ff
|
3 years |
Paul Brossier |
[tensor] complet get_shape_string
feature/cnnfeature/crepe
|
|
|
@533187f
|
3 years |
Paul Brossier |
[tensor] set initial max value to first element
feature/cnnfeature/crepe
|
|
|
@0d9ef90
|
3 years |
Paul Brossier |
[tensor] view any tensor as fvec/fmat
feature/cnnfeature/crepe
|
|
|
@2859f89
|
3 years |
Paul Brossier |
[tensor] set buffer, remove old comments
feature/cnnfeature/crepe
|
|
|
@d3d72b7
|
3 years |
Paul Brossier |
[tensor] add buffer field, improve documentation
feature/cnnfeature/crepe
|
|
|
@c61cf97
|
3 years |
Paul Brossier |
[tensor] add get_shape_string
feature/cnnfeature/crepe
|
|
|
@a5199ad
|
3 years |
Paul Brossier |
[tensor] also set size when viewing fmat/fvec
feature/cnnfeature/crepe
|
|
|
@83ec87f
|
3 years |
Paul Brossier |
[tensor] rename n_items to size, remove items_per_row
feature/cnnfeature/crepe
|
|
|
@6ad67a5
|
3 years |
Paul Brossier |
[tensor] use new member names
feature/cnnfeature/crepe
|
|
|
@97985d4
|
3 years |
Paul Brossier |
[maxpool1d] update to new tensor members
feature/cnnfeature/crepe
|
|
|
@f4c5a95
|
3 years |
Paul Brossier |
[conv1d] update to new tensor members
feature/cnnfeature/crepe
|
|
|
@b508ba6
|
3 years |
Paul Brossier |
[tensor] rename attributes to ndim and shape[] to match numpy
feature/cnnfeature/crepe
|
|
|
@e181d64
|
3 years |
Paul Brossier |
[priv] add AUBIO_GOTO_FAILURE helper
feature/cnnfeature/crepe
|
|
|
@8f83f9c
|
3 years |
Paul Brossier |
[ai] add first maxpool1d draft
feature/cnnfeature/crepe
|
|
|
@4cb5496
|
3 years |
Paul Brossier |
[ai] add first conv1d draft
feature/cnnfeature/crepe
|
|
|
@1fe822d
|
3 years |
Paul Brossier |
[ai] add first tensor draft
feature/cnnfeature/crepe
|
|
|
@e11c14d4
|
3 years |
Paul Brossier |
[fmat] ensure contiguous memory
feature/cnnfeature/crepe
|
|
|
@cdfe9ce
|
3 years |
Paul Brossier |
[source_avcodec] avoid deprecation warning with latest avcodec api …
feature/cnnfeature/crepefix/ffmpeg5
|
|
|
@05ed7f5
|
4 years |
Paul Brossier |
Merge branch 'feature/timestretch'
feature/cnnfeature/crepefix/ffmpeg5
|
|
|
@d1decd5
|
4 years |
Paul Brossier |
Merge branch 'master' into feature/timestretch
feature/cnnfeature/crepefix/ffmpeg5
|
|
|
@fc9c60e
|
4 years |
Paul Brossier |
Merge branch 'master' into feature/autosink
feature/cnnfeature/crepefix/ffmpeg5
|
|
|
@3a83821
|
4 years |
Paul Brossier |
Merge branch 'master' into feature/timestretch
feature/cnnfeature/crepefix/ffmpeg5
|
|
|
@33647e2
|
5 years |
polochonstreet |
Fix typo in musicutils doc
feature/cnnfeature/crepefix/ffmpeg5
|
|
|
@cf31ff1
|
5 years |
Paul Brossier |
[priv] also define variadic no-op debug macro
feature/cnnfeature/crepefeature/crepe_orgfix/ffmpeg5
|
|
|
@c37bc19
|
5 years |
Paul Brossier |
[priv] use {} for no-op macro when debug is not enabled
feature/cnnfeature/crepefeature/crepe_orgfix/ffmpeg5
|
|
|
@65f7886
|
6 years |
Paul Brossier |
[effects] remove asserts from aubio_split_str
feature/cnnfeature/crepefeature/timestretchfix/ffmpeg5
|
|
|
@7a02ce9
|
6 years |
Paul Brossier |
Merge branch 'feature/pitchshift' into feature/timestretch
feature/cnnfeature/crepefeature/timestretchfix/ffmpeg5
|
|
|
@439ba7b
|
6 years |
Paul Brossier |
Merge branch 'master' into feature/pitchshift
feature/cnnfeature/crepefeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@4f74ac2
|
6 years |
Paul Brossier |
[utils] use posix compliant _strnicmp on windows
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@76b6dd3
|
6 years |
Paul Brossier |
[utils] use strnicmp on windows
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@1dfe409
|
6 years |
Paul Brossier |
Merge branch 'master' into feature/autosink
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@08246ee
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_vorbis' into feature/autosink
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@135bc14
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_flac' into feature/autosink
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@3d73183
|
6 years |
Paul Brossier |
[aubio_priv.h] only define AUBIO_DBG in debug mode
feature/cnnfeature/crepefeature/crepe_orgfix/ffmpeg5
|
|
|
@65a4fb4
|
6 years |
Paul Brossier |
[sink_wavwrite] call fflush in open
This ensures the file header was …
feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@ba9e3a8
|
6 years |
Paul Brossier |
[sink] remove assert so tests pass in debug mode
feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@1878b50
|
6 years |
Paul Brossier |
[source] remove assert so tests pass in debug mode
source and sink …
feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@2ca09bf
|
6 years |
Paul Brossier |
[aubio_priv.h] include blas first (see gh-225)
feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@dc7362fd
|
6 years |
Paul Brossier |
[source_avcodec] prevent leak when closing swresample context
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@79dc9ad
|
6 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/ffmpeg5
|
|
|
@724303e
|
6 years |
Paul Brossier |
[source_avcodec] clean up unused statements and previously included stdlib
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@e136c9f
|
6 years |
Paul Brossier |
[source_sndfile] avoid declaration after statement
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@b40c149
|
6 years |
Paul Brossier |
[source_wavread] comment unused macro
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@0a1ad90
|
6 years |
Paul Brossier |
[source_wavread] use STRERR macro
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@b03f1bf
|
6 years |
Paul Brossier |
[sink_wavwrite] use STRERR macro
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@26bd5e0
|
6 years |
Paul Brossier |
[lib] add AUBIO_STRERR to log system error messages
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@59109e9
|
6 years |
Paul Brossier |
[sink_vorbis] use AUBIO_STRERR
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@07c76d00
|
6 years |
Paul Brossier |
[sink_flac] no declaration after statement
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@6245b52
|
6 years |
Paul Brossier |
[sink_flac] use AUBIO_STRERR
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@8fe522d
|
6 years |
Paul Brossier |
[strutils] no declaration after statement
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@4cb2d54
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_flac' into feature/autosink
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@1c565c0
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_vorbis' into feature/sink_flac
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@131d1eb
|
6 years |
Paul Brossier |
Merge branch 'master' into feature/sink_vorbis
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@4b16721
|
6 years |
Paul Brossier |
[source_sndfile] set error message when reading after close
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@fc633f3
|
6 years |
Paul Brossier |
[source_avcodec] prevent reading after close
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@51a35a7
|
6 years |
Paul Brossier |
[source_apple_audio] get_duration returns 0 on failure
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@2bfbf33
|
6 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/ffmpeg5
|
|
|
@8d4ffeb
|
6 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/ffmpeg5
|
|
|
@00c9444
|
6 years |
Paul Brossier |
[sink_apple_audio] preset_format does not fail on empty format string
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@5fc6e81
|
6 years |
Paul Brossier |
[sink_sndfile] preset_format does not fail on empty format string
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@65e1ec6
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_flac' into feature/autosink
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@cf4bc9f
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_vorbis' into feature/sink_flac
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@171ae68
|
6 years |
Paul Brossier |
Merge branch 'master' into feature/sink_vorbis
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@d4927c2
|
6 years |
Paul Brossier |
[source_avcodec] fix warning messages
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@ebfa80d
|
6 years |
Paul Brossier |
[source_sndfile] fix reading sizes when resampling
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@f7f946a
|
6 years |
Paul Brossier |
[sink_flac] fix include order
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@d327b6f
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_vorbis' into feature/sink_flac
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@b8fa393
|
6 years |
Paul Brossier |
[sink_vorbis] fix include order
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@f56f795
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_flac' into feature/autosink
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@e2f1e6d
|
6 years |
Paul Brossier |
Merge branch 'feature/sink_vorbis' into feature/sink_flac
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@a2019c4
|
6 years |
Paul Brossier |
Merge branch 'master' into feature/sink_vorbis
feature/autosinkfeature/cnnfeature/crepefix/ffmpeg5
|
|
|
@4c72a9c
|
6 years |
Paul Brossier |
[source_apple_audio] use input validation and padding helpers
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|
@4edba9d
|
6 years |
Paul Brossier |
[io] fix source output padding sizes
feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
|
|
|