This repository was archived by the owner on May 6, 2022. It is now read-only.
  
  
  
  
v5.6.0
          ·
          
            176 commits
          
          to master
          since this release
        
        
        
Features
- Allow TTS playback to be stopped
 TheTTSManager.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-suppliedSpeechRecognizerinstances.AndroidSpeechRecognizerand 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 ab_ori_tag to mark the beginning of a slot.