Real-time speech translator
Don't forget to put the credentials file in the project directory with the default name (robot-9b190e317393.json)
Audio recorder requires you to install SoX and it must be available in your $PATH.
sudo apt-get install sox libsox-fmt-all
brew install sox
in ./
- Put your api-credentials in robot-9b190e317393.json
- npm install
- npm start http://counterpartserver:port
(you don't need to specify a counterpart server if you just want to use it locally)
cd ./client
- $:>npm install
- $:>npm start
- Open new shell/tab
- $:>npm run server
- Browse to http://localhost:4000