Electron application to backup files off of recording device and start playing them as you transcribe in the window below, automatically pausing the playing while typing and resuming the playing once done typing.
Copy this repository and install dependencies:
npm install
To run (after installing dependencies):
npm start
To create the setup file:
npm run package-win
node winstaller.js
- sitecode - Initial work
This project is licensed under the MIT License - see the LICENSE file for details
- https://github.com/electron/electron-quick-start
- https://www.christianengvall.se/electron-windows-installer/
- upgrade electron