Live caption app using the Web Speech API and Electron.
-
Download the latests binary from the releases page and uncompress it in any location you like. Only Windows build is distributed, if you want to create your own build refer to Working from source.
-
Install Google Chrome.
- Open
live-caption.exe
, this will open a tab on Google Chrome and launch the caption panel. - Give the application network access if requested to do so.
- Give Google Chrome access to your microphone.
- To close the application right click on the caption panel and click on close. Do not close Live caption Google Chrome tab.
If you want to display the audio comming from your computer instead of the one from the microphone enable Stereo Mix and select it as input device in Google Chrome.
- Install yarn
npm i -g yarn
- Install project dependencies
yarn
- Run in development mode
yarn start
- Build for the current platform
yarn build
This application was inspired by https://github.com/MidCamp/live-captioning