• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

spokestack / spokestack-android
88%
master: 89%

Build:
Build:
LAST BUILD BRANCH: jz-asr-doc
DEFAULT BRANCH: master
Repo Added 25 Nov 2019 02:31AM UTC
Files 92
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH jz-android-asr-fix
branch: jz-android-asr-fix
CHANGE BRANCH
x
Reset
  • jz-android-asr-fix
  • bs-agc-enhancements
  • bs-keyword-receptive-field
  • bs-keyword-receptive-field-2
  • bs-keyword-recognizer
  • bs-wakeword-fill
  • dependabot/maven/junit-junit-4.13.1
  • er-readme-banner
  • er-readme-banner-fixes
  • jz-1000
  • jz-1100
  • jz-1101
  • jz-1103
  • jz-1110
  • jz-1120
  • jz-1130
  • jz-1140
  • jz-1141
  • jz-1142
  • jz-1150
  • jz-1151
  • jz-1152
  • jz-3-0-0
  • jz-3-0-1
  • jz-310
  • jz-320
  • jz-400
  • jz-500
  • jz-510
  • jz-520
  • jz-530
  • jz-540
  • jz-550
  • jz-560
  • jz-600
  • jz-700
  • jz-701
  • jz-702
  • jz-800
  • jz-801
  • jz-802
  • jz-810
  • jz-900
  • jz-910
  • jz-annotations
  • jz-any-max
  • jz-asr-doc
  • jz-asr-locale
  • jz-asr-reauth
  • jz-asr-timeout
  • jz-asr-timeouts
  • jz-azure
  • jz-azure-asr
  • jz-backcompat
  • jz-circle-fork
  • jz-client-id
  • jz-close-fix
  • jz-close-nlu
  • jz-compatibility
  • jz-confidence-threshold
  • jz-config-updates
  • jz-context-management
  • jz-deepspeech
  • jz-dependencies
  • jz-dialogue
  • jz-dialogue-api
  • jz-dialogue-policy
  • jz-dialogue-wiring
  • jz-ergo
  • jz-event-annotations
  • jz-fill-my-scripts
  • jz-fix-test
  • jz-force-deactivate
  • jz-guidelines
  • jz-hey-hmac
  • jz-idempotent-start
  • jz-keyword-json
  • jz-keyword-profile
  • jz-kw-timeout
  • jz-leaky-listeners
  • jz-listen-better
  • jz-manifest
  • jz-maven-central
  • jz-mediaplayer-churn
  • jz-microphone-errors
  • jz-modularity
  • jz-more-tracing
  • jz-nexus-pom
  • jz-nlu-api-v2
  • jz-nlu-interface
  • jz-no-throw
  • jz-only-my-audio
  • jz-partial-recognition
  • jz-permissive-tag-parsing
  • jz-platform-asr
  • jz-playback-finished
  • jz-playpi
  • jz-profile-convenience
  • jz-profile-fix
  • jz-profiles
  • jz-proguard
  • jz-punct-fix
  • jz-rasa-integration
  • jz-readme
  • jz-readme-update
  • jz-rename-config
  • jz-renaming
  • jz-resume-idempotence
  • jz-separated-slots
  • jz-setup-wrapper
  • jz-slot-features
  • jz-slot-tweaks
  • jz-slot-types
  • jz-smd
  • jz-spokestack-asr
  • jz-stop-lifecycling
  • jz-stop-tts
  • jz-tappa-tappa-tappa
  • jz-test-fix
  • jz-test-fixes
  • jz-testy-threads
  • jz-tf-modifications
  • jz-tf-nlu
  • jz-tf-update
  • jz-tts
  • jz-tts-errors
  • jz-tts-events
  • jz-tts-pause
  • jz-tts-response-queue
  • jz-tts-update
  • jz-unknown-slots
  • jz-vad-defallt
  • jz-wakeword-only
  • jz-wakeword-reset
  • jz-warmup
  • jz-ww-kw-profile
  • master

pending completion
345

push

circleci

Josh Ziegler
Fix: reset pipeline stages when context unmanaged

This addresses an issue where internal speech processor state
was available after the speech context left the "externally
managed" state, sometimes leading to a false reactivation if
a wakeword activation was pending before the stages' processing
of the audio buffer was interrupted.

Due to the new interface method required by this fix, it is a
breaking change.

2283 of 2596 relevant lines covered (87.94%)

0.88 hits per line

Relevant lines Covered
Build:
Build:
2596 RELEVANT LINES 2283 COVERED LINES
0.88 HITS PER LINE
Source Files on jz-android-asr-fix
  • Tree
  • List 64
  • Changed 12
  • Source Changed 12
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
345 jz-android-asr-fix Fix: reset pipeline stages when context unmanaged This addresses an issue where internal speech processor state was available after the speech context left the "externally managed" state, sometimes leading to a false reactivation if a wakeword ac... push 10 Aug 2020 08:52PM UTC Josh Ziegler circleci pending completion  
340 jz-android-asr-fix fix: manage speech context better for Android ASR The Android speech recognizer does not always send events in the order we originally expected, so the former speech context management was a bit too aggressive. The Android ASR no longer deactivat... push 08 Aug 2020 02:11AM UTC Josh Ziegler circleci pending completion  
313 jz-android-asr-fix Merge branch 'master' into jz-android-asr-fix push 24 Jul 2020 08:23PM UTC GitHub circleci pending completion  
311 jz-android-asr-fix Fix: Remove preference for offline Android ASR push 24 Jul 2020 08:19PM UTC Josh Ziegler circleci pending completion  
310 jz-android-asr-fix Fix: Remove preference for offline Android ASR push 24 Jul 2020 08:16PM UTC Josh Ziegler circleci pending completion  
274 jz-android-asr-fix Fix: Microphone sharing for Android ASR This fixes an issue with the AndroidSpeechRecognizer class that was resulting in no speech being sent to the ASR on many devices. It adds new input components capable of releasing the microphone when ASR i... push 12 Jun 2020 02:28AM UTC Josh Ziegler circleci pending completion  
273 jz-android-asr-fix Fix: Microphone sharing for Android ASR This fixes an issue with the AndroidSpeechRecognizer class that was resulting in no speech being sent to the ASR on many devices. It adds new input components capable of releasing the microphone when ASR i... push 12 Jun 2020 02:02AM UTC Josh Ziegler circleci pending completion  
See All Builds (496)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc