Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janisz/keyboard-md
https://github.com/janisz/keyboard-md
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/janisz/keyboard-md
- Owner: janisz
- Created: 2024-10-28T12:58:54.000Z (9 days ago)
- Default Branch: master
- Last Pushed: 2024-10-28T13:47:31.000Z (9 days ago)
- Last Synced: 2024-10-28T17:01:56.429Z (9 days ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Dictaphone
A sample MDN Web Docs app that uses `getUserMedia` and the MediaRecorder API for recording audio snippets, and The Web Audio API for visualizations.
You can [play with the live demo](https://mdn.github.io/dom-examples/media/web-dictaphone/).
Documentation:
- [Using the MediaRecorder API](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder_API/Using_the_MediaRecorder_API): Explains in detail how the Web Dictaphone works.
- [MediaRecorder API landing page](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder_API): includes API reference and moreThanks to [Sole](http://soledadpenades.com/) for the oscilloscope code.