Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-Constant Intervals on Some Devices #8

Open
fennifith opened this issue Nov 8, 2017 · 2 comments
Open

Non-Constant Intervals on Some Devices #8

fennifith opened this issue Nov 8, 2017 · 2 comments
Labels
bug module: app Issues affecting the app's Android version. module: wear Issues affecting the app's Wear OS version.

Comments

@fennifith
Copy link
Owner

There might be a small delay loading the sound (shouldn't it already be in memory?) that causes the beats to become... unstable. Fix: try using [Handler.postAtTime](https://developer.android.com/reference/android/os/Handler.html#postAtTime(java.lang.Runnable, long)) instead of whatever I'm currently doing. That or a TimerTask. Unfortunately, I do not own one of the affected devices so this will be difficult to test.

@fennifith fennifith added the bug label Nov 8, 2017
@rsalameh
Copy link

I'm having a related issue with the app on my Polar M600 smartwatch running Android Wear 2.7.0.178645119.

Specifically, Metronome does not consistently vibrate at the user-configured bpm. This happens when the smartwatch screen dims or its not in the foreground. It stops vibrating and then haphazardly will vibrate thereafter. It some cases it will do one long vibrate, so-to-speak.

@theaquarium
Copy link

You can test it with an Android emulator.

@fennifith fennifith added module: app Issues affecting the app's Android version. module: wear Issues affecting the app's Wear OS version. labels Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug module: app Issues affecting the app's Android version. module: wear Issues affecting the app's Wear OS version.
Projects
None yet
Development

No branches or pull requests

3 participants