Demo App to convert audio to text using Google Speech Service.
- 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