Skip to content

swells/text-to-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try Azure Speech-To-Text Speech APIs via Node.js

Install

  1. Install the latest stable version of Node.js (version 0.10.x).

  2. $ git clone https://github.com/swells/text-to-speech.git

  3. $ cd text-to-speech

  4. $ npm install

Configure

Before you run the example you must add your credentials here in tts.js:

CLIENT_ID    = '{{ PUT YOUR USER ID HERE }}'
SUBSCRIPTION = '{{ PUT YOUR SpeechAPI Subscription HERE }}'

I not confident that the CLIENT_ID is needed or not? The SUBSCRIPTION however is a must. You can get your subscription key by:

  1. Sign up to use the Speech APIs
  2. Login into the Azure portal
  3. Navigate to: MARKETPLACE-->SpeechAPIs-->Dashboard-->Subscription

Usage

$ node tts.js

This will write out a file called speech.wav. Open speech.wav and you should hear the speech in English:

Is JavaScript a Functional Programming Language?

License

The MIT License (MIT)

Copyright (c) 2015 Sean Wells

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

AzureML Speech API (text-to-speech) POC via Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published