-
Hi,
I am trying to run SpeechToTextExample.java with the sample wav file you provide. However, I have been getting the following error:
``` java
Exception in thread "main" java.lang.IllegalArgument…
-
Looking forward to trying out text-to-speech and speech-to-text for potential use in a new app, but ran into a problem with the QuickStart example. It's the same issue described in this [developerWor…
-
The v1 service wrapper would pick params allowed to be sent to the service. This pr updates the "allowed" list with the new parameters announced in [Updates for December 2015](http://www.ibm.com/smart…
-
Section [10.1 Name and Description](https://rawgit.com/w3c/aria/master/svg-aam/svg-aam.html#mapping_additional_nd) has a couple of references to the "`xml:title` attribute". From some quick searching,…
-
Hi,
@johnfelipe reported [an issue](https://github.com/watson-developer-cloud/speech-to-text-nodejs/issues/104) where installing a demo that depends on `websocket` gets into an endless loop of regen…
-
Hi,
I was able to include the big file reader in my app on bluemix.
I downloaded my starter code, then added the following line in package.json:
"node-red-contrib-bigfile":"1.1.0",
and pushed it …
-
I think we should also allow users to record audio for Speech to Text, not just use a file.
Please give me some ideas.
-
Code from the docs:
```
var speech_to_text = watson.speech_to_text({
username: '',
password: '',
version: 'v1'
});
fs.createReadStream('./resources/speech.wav')
.pipe(speech_to_text.createRe…
-
Add a model argument to def recognize_ibm() like in the code below to allow the selection of using Wideband or Narrowband model and use the Narrowband model by default. _Note bandmodel and model varia…
-
I got an email with useful feedback regarding the discrepancy between our README and the classes that we provide in the sdk.
> In instantiating the `SpeechToText` instance, the README uses `new Speec…