Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 403 Bytes

File metadata and controls

27 lines (16 loc) · 403 Bytes

react-native-audio-filter

for audio filtering

Installation

npm install react-native-audio-filter

Usage

import AudioFilter from "react-native-audio-filter";

// ...

const result = await AudioFilter.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT