pietrop / digital-paper-edit-electron

Work in progress - digital paper edit project - Electron, Cross Platform Desktop app - Mac, Windows, Linux
https://pietropassarelli.net/autoedit
Other
103 stars 17 forks source link

Ibm watson stt #52

Open pietrop opened 3 years ago

pietrop commented 3 years ago

Is your Pull Request request related to another issue in this repository ?

https://github.com/pietrop/digital-paper-edit-electron/issues/51 Describe what the PR does

State whether the PR is ready for review or whether it needs extra work

Work in progress Additional context

pietrop commented 3 years ago

getting an error from IBM Watson STT API

There was an error transcribing Bad Request: Stream was 15 bytes but needs to be at least 100 bytes.
pietrop commented 3 years ago

This is the .recognize function in the IBM Watson SDK

https://github.com/watson-developer-cloud/node-sdk/blob/master/speech-to-text/v1.ts#L155

johnfelipe commented 3 years ago

wich is progress about watson for version3?

pietrop commented 3 years ago

👋 @johnfelipe we are waiting on @seanmtracey IBM's update

Meanwhile there might be an alternative way to add other languages via GCP STT https://github.com/pietrop/digital-paper-edit-electron/issues/49