Skip to content

Kõnele v1.3.20

Compare
Choose a tag to compare
@Kaljurand Kaljurand released this 02 Oct 21:47
· 322 commits to master since this release

This release is mainly about internal refactoring but also resulted in a new voice search panel. The new panel reuses the existing speech keyboard UI to offer the same features and look-and-feel on both the speech keyboard and the voice search panel. Some features offered by the old panel were dropped: support for screen rotation during recognition, some UI feedback: byte/time/chunk counter, waveform display.

New in this release:

  • reorganization of the settings menu (e.g. audio cues are now part of the service configuration)
  • speech keyboard: long press selects all text (which makes it easy to dictate over a completely failed transcription)
  • search panel: the number of returned recognition hypothesis is now configurable
  • the search panel can be launched by actions like "long press on the headset button" etc. (varies by device)
  • bugfixes

screenshot_2015-09-23-09-01-59 screenshot_2015-09-23-09-02-10
screenshot_2015-09-23-09-02-27 screenshot_2015-09-23-09-02-35

Name changes and deprecation:

  • activity.SpeechActionActivity (new voice search panel)
  • SpeechRecognitionService -> service.HttpRecognitionService
  • WebSocketRecognizer -> service.WebSocketRecognitionService
  • VoiceIMEView -> view.SpeechInputView (view component used by the speech keyboard and the new search panel)
  • deprecated: RecognizerIntentService (old service which did not implement RecognitionService)
  • RecognizerIntentActivity -> activity.RecognizerIntentActivity + deprecated (old voice search panel)