-
## Proposal
The SDK needs to support multiple authentication types for:
- **_Basic authentication**_: user provides a username and password pair, the Watson SDK returns a temporary token to use for 1…
-
Token authentication is required to use SpeechToText with WebSockets. However, we do not (yet) have to support automatic refreshing to prevent tokens from expiring.
"The required watson-token paramet…
-
Hello,
I'm having trouble running an example application. The the example application is called speech_to_text.v1.js. I'm following this [doc](https://www.ibm.com/smarterplanet/us/en/ibmwatson/develo…
-
Hi,
I follow your quick start guide, and change
static let serviceURL = "https://stream.watsonplatform.net/text-to-speech/api"
to
static let serviceURL = "https://stream.watsonplatform.net/text-to-…
-
When I call the synthesize method of TextToSpeech() like so:
```
TextToSpeech tts_service = new TextToSpeech();
tts_service.setUsernameAndPassword("username_here", "password_here");
InputStream is = …
-
Hi, thank you or this library.
I'm trying to use the Speech to Text node to parse Telegram Bot API voice notes, but the node supports only WAV, while Telegram sends audio/ogg.
There is a way to put …
-
Finish implementing and testing the `SpeechToText.startListening` function.
-
Add info in the documentation about the dependencies needed.
-
Adding `requirements.txt`: https://pip.readthedocs.org/en/1.1/requirements.html
-
Lots of users are trying to use the InputStream they get from Text to Speech into an `AudioInputStream` without luck.