This is an example that illustrates how audio can be recorded and reverted in the browser.
The essential code is in recorder.js
Svelte is used for page rendering.
If you want to run it on your machine, make sure you have a current version of nodejs + npm installed. Run npm install
after you cd into the cloned directory.
Start in watch mode
npm run dev