Alexey Reznichenko

Results 7 comments of Alexey Reznichenko

AFAIR, we should support up to 10 minutes of 16kHz 16 bit mono audio.

Hey. What are the upsides of not using gulp? Also, what do you mean by 'anti-DX'?

As far as the API documentation comments go, totally makes sense to keep those. WRT gulp vs npm scripts argument, I'm not convinced. Development install: one-off +/- 30 seconds, not...

We've just switched to commonjs modules, as a result tsc produces a bunch of separate js sources that need to be glued together with something like a webpack. NumConfigs++. TSLint...

Could you check if your speech.key contains any special symbols/whitespaces (`cat -T speech.key`). If it does not, make sure it's encoded using ascii: ``` > file -i speech.key speech.key: text/plain;...

Hi. This seems to be Firefox specific (Chrome, for instance, remembers the choice if an app is served over HTTPS. FF provides a checkbox instead). I don't see an easy...

https://github.com/watson-developer-cloud/speech-javascript-sdk/blob/0c3a8794af14ac1abbf13bf4e931aab6de5de688/dist/watson-speech.js#L8726 -- that's what I meant by" redirecting mic output to /dev/null" (they pull the audio off the microphone and then ignore it). This is not exactly efficient -- it...