As this app is in its testing state, no user profile features exist so far. Therefore, no personal data is stored or collected on a server or in a cloud datastore.
However, as the pitch detection algorithm uses the microphone to extract the pitch of a played instrument, we need the following:
- The app must use the android.permission.RECORD_AUDIO permission to be allowed to use the microphone
- Audio data is computed locally on your phone. The algorithm works in real time and will not store any data, just the result of the pitch detection is shown on the display.
In the near future, crash report tools like Firebase analytics will be used. Again, no personal data is included, but the crash analytics may use some data internally:
- Device information like android version and device information
- Current selected language and language support
- Current state of residency a.k.a the country you are in while using the app
- No name, age or other personal information is retrieved, used or transmitted.