remove traced_stt from run_stt
This commit is contained in:
@@ -71,7 +71,6 @@ class HathoraSTTService(SegmentedSTTService):
|
|||||||
"""Handle a transcription result with tracing."""
|
"""Handle a transcription result with tracing."""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@traced_stt
|
|
||||||
async def run_stt(self, audio: bytes) -> AsyncGenerator[Frame, None]:
|
async def run_stt(self, audio: bytes) -> AsyncGenerator[Frame, None]:
|
||||||
"""Run speech-to-text on the provided audio data.
|
"""Run speech-to-text on the provided audio data.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user