Skip to main content

Before you start

React Native Pitch Detector is a module created to be used alongside React Native, so previous experience is required. If you need, can start with their Getting Started tutorial and come back here after.

This module is compatible with Android and iOS devices, we assume that you have Android and iOS environment configured, in the case that you don't have, we suggest that you setup enviroment before.

For android devices we use a TarsosDSP library to perform a pitch estimation and for iOS devices we use Beethoven library, you can see more about these on yours respectives documentations.

If you see something wrong, feel free to report an issue on Github, pull requests are encouraged. Know more about it on Contributing session.

📖 TarsosDSP - https://github.com/JorenSix/TarsosDSP

📖 Beethoven - https://github.com/vadymmarkov/Beethoven