- Synthesizing Translations
This code is provided for demo purposes only for course AI-102.
- Azure Subscription
- Node.js
- VS code
-
For successful run you need to install SoX and related NPM package.
-
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.
-
Original code and installation instruction can be found in following repo
-
Settings file .env should be updated based on your values.
COG_SERVICE_KEY=your cs key COG_SERVICE_REGION=your cs region
The sample includes Speech recognition and Speech synthesizing code examples.