Recorda is a browser based app that records audio to a buffer up to four hours long. It works on laptops, phones and tablets. When there's a chunk you might want to keep then select it in the timeline and it is clipped out and added to a list of clips. If you want to save that chunk to disk just click the save button and you will be offered a download.
Try it here: https://recorda.netlify.app/
- Journalism
- Songwriting
- Study / Notetaking
- To install the project clone this repo and run
npm i
- To make a build run
npm run build
- To run the app goto /build folder and double click index.html
- To run unit tests run
npm run test
- To run 'ugly' integration tests run
node uglytests.js
No idea if it works on iPhones as I don't have access to one but it does seem to work OK on desktop Safari.