IBM / watson-streaming-stt

Example of using Watson's Streaming Speech to Text websockets interface for real time transcription. Written in Python. WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
29 stars 29 forks source link

inputoverflow error #2

Closed harryxu-yscz closed 4 years ago

harryxu-yscz commented 6 years ago

I ran the code in China on mac and encountered InputOverflow error from pyaudio now and then.

If I set stream.read(CHUNK, exception_on_overflow=False), websocket occasionally gave invalidinput error.

Any suggestion?

stevemar commented 4 years ago

closing this issue as this repo will no longer be actively maintained and be put in read-only mode