NoiseCapture
NoiseCapture copied to clipboard
Enhancement of the application
One can be useful for data analysis and exploiting data for evaluating the noise environnement to have access to new information:
- [ ] accuracy on speed: see https://developer.android.com/reference/android/location/Location#setSpeedAccuracyMetersPerSecond(float)
- [ ] information on user activity: IN_VEHICLE , ON_BICYCLE, ON_FOOT... see https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity#constants
- [ ] additional sensors: accelerometer, gyroscope: can be useful for determining the kind of transportation mode (see https://doi.org/10.1002/wcm.2702)
@pierromond @gpetit @ebocher @nicolas-f What do you think about using this API for detecting the user activity (vehicle, FOOT, RUNNING...) https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity#constants Il will require to accept the "activity tracking" when installing/using the application
A live test with walking transition (indoor)
https://github.com/darrylyip/ActivityTransitionAPIExample
Nice idea :)
Don't you think it would make them uninstall the application when they see this request?