for audio filtering
npm install react-native-audio-filterimport AudioFilter from "react-native-audio-filter";
// ...
const result = await AudioFilter.multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT