Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

The Darth Vader Release

Compare
Choose a tag to compare
@forslund forslund released this 30 Mar 02:11
· 2645 commits to dev since this release

With this release the Mycroft Deep Speech STT backend is available and can be activated by editing your configs.

DeepSpeech is now setup and running on the Mycroft servers. To make use of this you just need to switch the active STT module. Currently there is no web interface so you will need to use a text editor on the local mycroft.conf. See #1503 for a step by step guide to do this.

Increase safety when using repeating events, #1481

Add some logic to repeating events to disallow multiple repeating events with the same name.

MSM updates #1453, #1498

A big refactor of the code to allow parallell installation of skills along with a bugfix to prevent a possible hang at startup.

Audio service updates

A number of updates in the audio service thanks to @JarbasAl

  • Fix audio service previous (#1487)
  • Re-add "active" flag for audio backends (#1492)
  • Add shutdown method to audio backends for cleanup when the process exites. (#1488)
  • Add audio backend mplayer (#1490)
  • Reduce logging verbosity (#1500)

Miscellaneous

  • Fix some confusing log messages. Bug thanks to @InconsolableCellist (#1497)
  • Removed unused function in skill settings (#1496)
  • Add missing pt-pt dialog files by @JarbasAI (#1486)
  • Fix possible crash when using wait_for_response (#1463)
  • Make the Message.utterance_remainder() method more robust. (#1501)
  • Wait for messagebus before emitting a message (#1509)
  • Re-enable the Spotify-skill (#1512)