Read all code added. It's definiately a work in progress and does not function currently.

This commit is contained in:
Storm Dragon
2025-08-04 14:41:14 -04:00
parent 8bada48a09
commit 98b9c56af7
13 changed files with 321 additions and 51 deletions

View File

@@ -125,8 +125,6 @@ class driver(speech_driver):
# Ensure lock is always released, even if process termination fails
self.lock.release()
def set_callback(self, callback):
print("SpeechDummyDriver: set_callback")
def clear_buffer(self):
if not self._is_initialized: