Commit cdbe03c
[Release] 1.0.0-beta5 (#102)
* batchsize was not capped down, leading to hilarious crashes (#63)
* updating credits with the new team
* Include SHAs for flucoma-core and current project in version string
* Conform version string with SHAs to semantic versioning spec
* add chroma feature to NoveltySlice
* Toggle BLAS settings for compiling on APPLE (#67)
* disable blas for compiling on macos
* remove line according to O's suggestion
* error in the client of (buf)noveltyslice since introducing chroma as feature
* Enhance/versioning (#75)
* Remove old header template
* Add in TU template and declaration header
* update CMake to new version scheme
* Get SHA from top level source folder
* ensure git is found
* fix issue #23 - zeroing the output vector in the mTracker loop (#82)
* fix issue #23 - zeroing the output vector in the mTracker loop
* now really corrected thanks to @weefuzzy
* Initial unit tests for `include/data` (#83)
* initial FluidTensor tests
* add assert death test to cmake
* more assert death
* fix compile tests
* Working assertion tests, it seems
* Add first FluidTensorView tests
* tidy up cmake a bit
* factor out EqualRange matcher to own header
* Add FluidTensorSupport tests
* rollback to Catch2
for compatability with approvaltests.cpp
* add tests for FluidDataSet
bubba's first approval test ✨
* test print for bigger range as well
* tidy cmake
* make building tests optional
* remove spurious files from tracking
* add workflow for CI
* make workflow manually triggerable
* correct workflow file extention
* pleading and bargaining with github
* getting event name right
* FluidTensorSlice: fix terrible and aged typename mistake
* workflow: try and cache whole build folder
* wotkflow: unbreak yaml
* workflow: disable fail-fast
* Amend upper frequency limit of mel bands in NoveltySlice to 20kHz
* [Enhance] FluCoMa-wide DataSets as a resource (#88)
* treat wav files as binary
* move audio files to resources folder
* add datasets
* add pre-trained neural networks
* add flucoma corpus
* move datasets to data
* BufAudioTransport now has A-B based arguments
* fix mistakenly fixed type signature in FluidSink
* Tests for framing and overlap add bits
* remove build folder caching as a bad job
(failing forever once cache goes bad)
* Test/sc ports/slicers (#91)
* Working port of SC NoveltySlice tests
* formatting and constifying
* use generated path for test signal loading
* update testsignals header and cmake
* Add TestOnsetSegmention, update TestNoveltySeg for new resource loading
* Add Onsets and update novelty in CMake
* Add EnvelopeSeg tests and some missing headers
* Add EnvelopeGate tests
* Add TransientSlice tests
* update location of audio files
* add missing function to signals.cpp.in
* Fix test signal for AmpSlice test
* try and speed up test run
* FluidSource test blackholed on MSVC
It doesn't like GENERATE_REF nested in GENERATE. Nosir.
* ignore all build folders for a quieter life
* bump Eigen version (#93)
* bump Eigen version
* note new Eigen version in readme
* add mammoth dataset
* OnsetSlice and NoveltySlice clients: fix block size dependency (#96)
Makes tracking of `frameOffset` stateful across calls to `process` so that odd hop sizes are handled correctly
* `SliceIterator::end()` fix (#97)
* fix problem with 0-size slices and end() sentinels
* adds basic test for slice ietrator fix
* annotate datasets
* add mfcc for fluid_corpus
* update mfcc dataset
* bump version to beta5 (#101)
Co-authored-by: tremblap <[email protected]>
Co-authored-by: weefuzzy <[email protected]>
Co-authored-by: g-roma <[email protected]>
Co-authored-by: Ted Moore <[email protected]>1 parent 1e3148e commit cdbe03c
File tree
83 files changed
+80736
-77
lines changed- .github/workflows
- Resources
- AudioFiles
- filters
- Data
- include
- clients
- common
- nrt
- rt
- data
- script
- tests
- algorithms/public
- clients/common
- data
- approval_tests
- compile_tests
- death_tests
- include
- test_signals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+80736
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | | - | |
57 | | - | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
153 | | - | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
173 | | - | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments