daanzu / deepspeech-websocket-server

Server & client for DeepSpeech using WebSockets for real-time speech recognition in separate environments
Mozilla Public License 2.0
101 stars 32 forks source link

Add locking to avoid concurrent access to deepspeech #3

Closed Zeddy913 closed 5 years ago

Zeddy913 commented 5 years ago

use gevent's BoundedSemaphore to allow only one client at a time feeding data to deepspeech.

daanzu commented 5 years ago

Thanks for the fix!