Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avrcoelho/web-audio-recorder
https://github.com/avrcoelho/web-audio-recorder
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avrcoelho/web-audio-recorder
- Owner: avrcoelho
- Created: 2021-02-28T02:20:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T02:26:41.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T04:39:43.011Z (2 months ago)
- Language: CSS
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice Memo App Using HTML5, Media Recorder and getUserMedia APIs
## Running
- npm ci && npm start
## Demo
- When you click start recording it'll record your voice and then play it .
## Credits
- Layout got from [Ettrics' CodePen](https://codepen.io/ettrics/pen/KpzzQZ)