Skip to content

Latest commit

 

History

History

Demo3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

M04 DEMO #3

  • Synthesizing Translations

This code is provided for demo purposes only for course AI-102.

Requirements

  • Azure Subscription
  • Node.js
  • VS code

Synthesizing Translations

  1. For successful run you need to install SoX and related NPM package.

  2. The code based on the hands-on example converted to Node.js and adopted to execute on RPi. The sample is working with a microphone and expects input from the microphone of any sentence and translates it to one of the selected languages while synthesizing the speech.

  3. Original code and installation instruction can be found in following repo

  4. Settings file .env should be updated based on your values.

    COG_SERVICE_KEY=your cs key
    COG_SERVICE_REGION=your cs region

translator

The sample includes Speech recognition and Speech synthesizing code examples.