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

Can we make this code suit for deepspeech0.1? #5

Closed tachen-cs closed 5 years ago

tachen-cs commented 5 years ago

Can we make this code suit for deepspeech0.1?

daanzu commented 5 years ago

deepspeech v0.1 didn't support streaming recognition, so its API was different and would be slower to respond. But the changes required are fairly small, so you could make them easily enough.