Spaces:
Paused
Paused
Update event_bus.py
Browse files- event_bus.py +1 -0
event_bus.py
CHANGED
|
@@ -35,6 +35,7 @@ class EventType(Enum):
|
|
| 35 |
TTS_CHUNK_READY = "tts_chunk_ready"
|
| 36 |
TTS_COMPLETED = "tts_completed"
|
| 37 |
TTS_ERROR = "tts_error"
|
|
|
|
| 38 |
|
| 39 |
# Audio events
|
| 40 |
AUDIO_PLAYBACK_STARTED = "audio_playback_started"
|
|
|
|
| 35 |
TTS_CHUNK_READY = "tts_chunk_ready"
|
| 36 |
TTS_COMPLETED = "tts_completed"
|
| 37 |
TTS_ERROR = "tts_error"
|
| 38 |
+
TTS_STOPPED = "tts_stopped"
|
| 39 |
|
| 40 |
# Audio events
|
| 41 |
AUDIO_PLAYBACK_STARTED = "audio_playback_started"
|