Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 458 Bytes

Tape Recorder

Work in progress Web app for recording audio using the Web Audio and MediaStream Recording APIs. Built in Preact.

Running

Install dependencies with npm install, then run Vite with npm run dev.

Goals

  • Allow recording using device microphone, with looping option and playback range selection after recorded
  • Save locally to device or to Google Drive with Google Drive API
  • Offline functionality with ServiceWorker
  • Metronome