Skip to content

znerol-forks/rejoha21-text-to-speech

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart: Synthesize speech in JavaScript on Node.js.

This sample demonstrates how to synthesize speech with the Speech SDK for JavaScript on Node.js.

Prerequisites

Prepare the sample

  • Download the sample code to your development PC.
  • Open a command prompt at the quickstart directory, and run npm install to install the dependencies of the quickstart. This will place the Speech SDK library in the node_modules directory.
  • Update the index.js file with your configuration:
    • Replace the string YourSubscriptionKey with your own subscription key.
    • Replace the string YourServiceRegion with the service region of your subscription. For example, replace with westus if you are using the 30-day free trial subscription.
    • Replace the string YourAudioFile.wav with a path you desire.

Run the sample

Execute node index.js from the location where you have downloaded this quickstart.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%