Hello everybody,
i was wondering if there is any way to set the default sample rate to 1000Hz programmatically via Android Studio in the Java files?
Reason is that i rewrote some parts of the open source code to better fit my project and got rid of the sampling button/widget.
i tried in the DeviceActivity.java to
mMeter.setSampleRateIndex(5)
but without public void onRateClick the app crashes, as there is a null pointer reference
thanks in advance