Record and save audio in your browser
This application depends on the latest version of Chrome. It uses the FileSystem API which, as far as I know, is only available in that browser
- Clone the repo (assuming github ssh key)
git clone [email protected]:el-mapache/cassette.git
- Change directory into the cloned repo:
cd cassette
- Install dependencies with yarn
yarn install
- Start up the server and visit the page in your browser — the default port the application runs on is 3003.
yarn start
- Click record!