IBM / Train-Custom-Speech-Model

Create a custom Watson Speech to Text model using specialized domain data
https://developer.ibm.com/patterns/customize-and-continuously-train-your-own-watson-speech-service/
Apache License 2.0
59 stars 42 forks source link

Split larger file into 3MB chunks #72

Closed yhwang closed 5 years ago

yhwang commented 5 years ago

There is WebSocket frame size limitation and need to split the the larger file into small chunks and send to Watson API.

In the change, we also switch to ibm-watson npm package.

fix: #71 Signed-off-by: Yihong Wang yh.wang@ibm.com