Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/audio-recorder
Web-based audio recording app. A fork of MDN's Web Dictaphone.
https://github.com/mecaneer23/audio-recorder
Last synced: about 2 months ago
JSON representation
Web-based audio recording app. A fork of MDN's Web Dictaphone.
- Host: GitHub
- URL: https://github.com/mecaneer23/audio-recorder
- Owner: mecaneer23
- License: mit
- Created: 2024-06-08T02:36:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:31:41.000Z (6 months ago)
- Last Synced: 2024-07-09T23:12:44.188Z (6 months ago)
- Language: JavaScript
- Homepage: http://mecaneer23.net/audio-recorder/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio Recorder
Web-based audio recording app. A fork of [MDN's Web Dictaphone](https://github.com/mdn/dom-examples/tree/main/media/web-dictaphone).
![Screenshot](AudioRecorder.png)
## MDN description
A sample MDN Web Docs app that uses `getUserMedia` and the MediaRecorder API for recording audio snippets, and The Web Audio API for visualizations.