-
Notifications
You must be signed in to change notification settings - Fork 1
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
Android sdk #11
Android sdk #11
Conversation
binding/android/Falcon/falcon/src/main/java/ai/picovoice/FalconSegments.java
Outdated
Show resolved
Hide resolved
@@ -33,7 +33,7 @@ jobs: | |||
procPerformanceThresholdSec: 1.0 | |||
- device: 32bit-android | |||
initPerformanceThresholdSec: 1.0 | |||
procPerformanceThresholdSec: 1.0 | |||
procPerformanceThresholdSec: 7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how did this go from 1 to 7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was never 1, I put that arbitrarily, then ran the AppCenter test to see how long it takes and updated it after
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh i see
include: | ||
- device: single-android | ||
initPerformanceThresholdSec: 1.0 | ||
procPerformanceThresholdSec: 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then why this one is 1.0? :)
No description provided.