-
When I follow the steps in the 'text to speech' lab, the .wav file is created but I receive the following error when trying to play it with Windows Media Player:
_Windows Media Player cannot play the…
-
Hello, I'm posting this issue on behalf of one of our customers:
> speech to text on github has some syntax errors in swift code sample and transcription does not seem to return transcription in tex…
-
Transition the programming model from a delegate pattern to a completion handler pattern.
General API Functionality:
- [x] Discrete audio transcription
- [x] Continuous audio transcription with micro…
-
HI @daniel-bolanos I was thinking we can provide support for WebSockets in the wrapper by adding an existing library and handling the authorization using the `authorization` service.
What do you thin…
-
I am having problems to build the framework itself using Xcode 7.3 and the latest code base in the `master` branch. The carthage command seems to finish successfully and I have the `.framework` files …
luish updated
8 years ago
-
Just started using this in a POC app. I introduced a timer to stop the recording if the user doesn't speak for X seconds. While testing this feature I uploaded a file that had only silence in it (wats…
-
find a possibility to convert mp3 to text
-
Hi. I've made use of your node wrapper speech-to-text v1.
I'm not getting timestamps in the transcription file. Is this a bug, or am I doing something wrong? The equivalent curl command produces times…
-
We should hide/show the playback button if the url contains a specific query parameter like `debug` or `playback`
This will be really useful for users trying to test their microphone. They will be ab…
-
For example:
If someone calls TextToSpeech.synthesize(theText: "") . Since the text to be synthesized is an empty string, it makes sense to catch that in the client before sending it out to Watson fo…