Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriedly/tts-timing
Run watson Text to Speech output through the Speech to Text service to get word timings, then bundle the two together
https://github.com/nfriedly/tts-timing
Last synced: 17 days ago
JSON representation
Run watson Text to Speech output through the Speech to Text service to get word timings, then bundle the two together
- Host: GitHub
- URL: https://github.com/nfriedly/tts-timing
- Owner: nfriedly
- Created: 2016-02-23T16:24:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T22:44:03.000Z (over 8 years ago)
- Last Synced: 2024-10-12T16:16:28.265Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://watson-tts-timing.mybluemix.net/
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tts-timing
A fairly ridiculous way to get word timings with the Watson Text to Speech service.
Try it out at https://watson-tts-timing.mybluemix.net/ or click the button below to spin up your own copy:
[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/deploy?repository=https://github.com/nfriedly/tts-timing)
### Local setup
Create a file named [.env] and give it credentials for the Watson Speech to Text and Text to Speech services.
(To retrieve credentials, create a [Bluemix] server instance, bind Watson Speech to Text and Text to Speech instances to it, then click show credentials.)```
STT_USERNAME="..."
STT_PASSWORD="..."
TTS_USERNAME="..."
TTS_PASSWORD="..."
```### Server setup
It should work out-of-the box with the Deploy to Bluemix button.
[.env]: https://www.npmjs.com/package/dotenv
[Bluemix]: https://console.ng.bluemix.net/