Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janisz/keyboard-md


https://github.com/janisz/keyboard-md

Last synced: about 19 hours ago
JSON representation

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 more

Thanks to [Sole](http://soledadpenades.com/) for the oscilloscope code.