Skip to content

v0.4.0

Compare
Choose a tag to compare
@bossjones bossjones released this 05 Jun 19:38
· 26 commits to master since this release
  • Better error handling all around
  • Still a lot of code duplication, but things will really change when we move to ScarlettOS

Notes from PR

  • Major update to generator_listener.py
  • Creation of generator_dbus_service.py, for the purpose of this POC repo we will continue using the following:

generator_dbus_service.py - Dbus Service itself
FooDbusThread.py - Testing Dbus Client interactions
generator_listener.py - Runs in a separate process, handles all speech to text work

IMPORTANT TO NOTE, AFTER UPGRADING TO PYDBUS 0.5+ LISTENER WILL REPLACE FooDbusThread.py as the TASKER.