Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 921 Bytes

changelog.md

File metadata and controls

39 lines (24 loc) · 921 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

current dev branch

Fixed

  • config loading did not respect mycroft format

Added

  • local deepspeech STT
  • local streaming deepspeech STT
  • new method for STT
    • finalize() is called before closing STT stream
  • vosk Kaldi STT
  • vosk Kaldi Streaming STT

Changed

  • removed mycroft engines (only mycroft-core should have those)
  • remove useless GoogleJsonSTT abstract class

extracted mycroft.stt into a standalone package