Onset detection and save#2
Merged
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new SuperFlux auto-slicing feature to the VelociLoops library, adds a fuzzing target, and improves build and documentation consistency. The most significant changes are the addition of the SuperFlux onset detection API and demo, expanded documentation, and improved build options for coverage, sanitizers, and parallelization.
New SuperFlux auto-slicing feature:
VLSuperFluxOptionsstruct and related API functions (vl_superflux_default_options,vl_create_from_superflux) to support SuperFlux onset detection for automatic loop slicing. This includes full documentation and examples inREADME.md,docs/api.md, andinclude/velociloops.h. [1] [2] [3] [4] [5] [6]Build system and CI improvements:
VELOCILOOPS_ENABLE_*variables, updated all related workflow files, and improved parallelization in builds and tests. [1] [2] [3] [4] [5] [6]Fuzzing support:
fuzz/CMakeLists.txtand proper CMake integration for building with fuzzing and sanitizers enabled. [1] [2]Documentation and code style:
API cleanup:
vl_set_output_sample_ratefunction from both the header and documentation. [1] [2]