remove traced_stt from run_stt

This commit is contained in:
Mike Seese
2026-01-05 10:48:55 -08:00
parent ba25b279d6
commit 6c7e386391

View File

@@ -71,7 +71,6 @@ class HathoraSTTService(SegmentedSTTService):
"""Handle a transcription result with tracing."""
pass
@traced_stt
async def run_stt(self, audio: bytes) -> AsyncGenerator[Frame, None]:
"""Run speech-to-text on the provided audio data.