Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 770 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 770 Bytes

React Audio Recorder

Adapted from https://blog.logrocket.com/how-to-create-video-audio-recorder-react/

Run The Sample

  1. git clone https://github.com/RUN-Collaborations/react-audio-recorder.git
  2. npm i && npm run dev
    (from the directory containing the clone)
  3. Open http://localhost:5173/
  4. Get Microphone
  5. Allow Permission
  6. Start Recording
  7. Stop Recording
  8. Download Recording (in .weba format)

.weba

This is a .webm file that only contains audio. It can be opened in:

  • iOS: olimsoft OPlayer or Videolabs VLC for Android
  • Android: Google Chrome

Desktop/Laptop:

  • VideoLAN VLC media player
  • Eltima Elmedia Player
  • Microsoft Edge
  • Free
  • Google Chrome
  • Free
  • Mozilla Firefox
  • Free
  • Opera
  • Free
  • FFmpeg