Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 357 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 357 Bytes

Demo Speech To Text

Demo App to convert audio to text using Google Speech Service.

Config Typescript for app

  • Install typescript
npm install -g typescript
  • Check version
tsc --version
  • Initialize project with TS. This command creates the tsconfig.json file.
tsc --init
  • Change extension's file by .ts