CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
3 stars 1 forks source link

Refactor the voice recording / STT and TTS / Playback phases into mixins #28

Closed MrCsabaToth closed 1 week ago

MrCsabaToth commented 1 month ago

Currently the playback on the history page, playback + recording on the personalization and the interaction page are duplicated code. They have differences, but we should factor out the common code and refactor them into mixins for code reuse.

MrCsabaToth commented 3 weeks ago

This will be intertwined with #32 - a new state management.