Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

v5.6.0

Choose a tag to compare

@space-pope space-pope released this 15 Jun 20:46
· 176 commits to master since this release
a2aef9b

Features

  • Allow TTS playback to be stopped
    The TTSManager.stopPlayback() method will stop playback of any currently playing synthesis result and clear any queued results. This is useful if you want to allow the user to interrupt system speech and not have queued speech resume playback when the ASR request ends.

Fixes

  • Microphone sharing for Android ASR (#53)
    This addresses an issue with Spokestack sharing the microphone with platform-supplied SpeechRecognizer instances. AndroidSpeechRecognizer and associated pipeline profiles now have much broader device compatibility.

  • Allow i_* tag series to be parsed as slots
    NLU results were previously dependent on the model returning strictly valid IOB tag sequences. This has been relaxed to allow either a b_ or i_ tag to mark the beginning of a slot.