-
-
Notifications
You must be signed in to change notification settings - Fork 29
feat: convolver impl #533
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
base: main
Are you sure you want to change the base?
feat: convolver impl #533
Conversation
packages/react-native-audio-api/common/cpp/audioapi/libs/FFTConvolver/README.md
Dismissed
Show dismissed
Hide dismissed
packages/react-native-audio-api/common/cpp/audioapi/libs/FFTConvolver/README.md
Dismissed
Show dismissed
Hide dismissed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current stateRight now it does not work correctly filter is not being applied as it should be. IdeaIt would be nice to strip out the TestCaseIt is nice to test on simple defered echo filter. IR being the filter and |
Closes #
Introduced changes
convolver
, which allows to do linear convolution algorithm with associated buffer, which can help achieve f.e. reverb soundChecklist