Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FluidTransient<Slice> allocations #290

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

weefuzzy
Copy link
Member

Fixes #270

  • Ensure that clients instantiate the transient algorithms with actually sensible max values for order, blocksize, padding
  • Add some extra asserts to make future us have an easier time tracing this stuff
  • Properly finish the job for ARModel and ensure that the model order no longer assumed to be the size of the parameters vector 😬

@weefuzzy weefuzzy added the bug Something isn't working label Dec 18, 2024
@weefuzzy weefuzzy self-assigned this Dec 18, 2024
Copy link
Member

@tremblap tremblap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested in SC with real time changes of all parameters, and UTs, and it is stable now, so I reckon we should merge before 1.0.8 - I am testing now in Linux to see how it behaves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fluid.transientslice~: audio thread crashes at higher order
2 participants