-
-
Couldn't load subscription status.
- Fork 33
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
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
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 |
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Outdated Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.h Outdated Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Outdated Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/dsp/Convolver.cpp Outdated Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Outdated Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Show resolved Hide resolved
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.
Good job!
packages/react-native-audio-api/common/cpp/audioapi/core/effects/ConvolverNode.cpp Show resolved Hide resolved
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.
Some neatpicks. Overally great job 🥇
packages/react-native-audio-api/common/cpp/audioapi/core/BaseAudioContext.cpp Outdated Show resolved Hide resolved
packages/react-native-audio-api/common/cpp/audioapi/dsp/Convolver.cpp Outdated Show resolved Hide resolved
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.
good jooob!
Closes RNAA-136, RNAA-305
Introduced changes
convolver, which allows to do linear convolution algorithm with associated buffer, which can help achieve f.e. reverb soundChecklist