-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced the calculation/correlation framework.
- Removed the optimization completely, it didn't work great and it should be simple to recreated when needed. - Replaced the dataset JSON data store with a Badger database. - Replaced the "load from remote datasets on demand but store it locally when preferred" with a "always download locally for processing" approach. - Made local datasets always use compressed formats - either the same bytestream as remote, or (if WAV) FLAC.
- Loading branch information
Martin Bruse
committed
Apr 20, 2024
1 parent
6e494bc
commit e2d88a1
Showing
19 changed files
with
1,056 additions
and
1,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.