STTService: just clear buffer before running run_stt()
This commit is contained in:
@@ -497,11 +497,11 @@ class SegmentedSTTService(STTService):
|
|||||||
wav.close()
|
wav.close()
|
||||||
content.seek(0)
|
content.seek(0)
|
||||||
|
|
||||||
await self.process_generator(self.run_stt(content.read()))
|
|
||||||
|
|
||||||
# Start clean.
|
# Start clean.
|
||||||
self._audio_buffer.clear()
|
self._audio_buffer.clear()
|
||||||
|
|
||||||
|
await self.process_generator(self.run_stt(content.read()))
|
||||||
|
|
||||||
async def process_audio_frame(self, frame: AudioRawFrame, direction: FrameDirection):
|
async def process_audio_frame(self, frame: AudioRawFrame, direction: FrameDirection):
|
||||||
"""Process audio frames by buffering them for segmented transcription.
|
"""Process audio frames by buffering them for segmented transcription.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user