Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegatlin/poc-web-audio-recorder
https://github.com/aegatlin/poc-web-audio-recorder
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aegatlin/poc-web-audio-recorder
- Owner: aegatlin
- Created: 2024-01-16T10:29:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T10:35:46.000Z (about 1 year ago)
- Last Synced: 2024-11-18T14:37:56.666Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poc-web-audio-record
This is a proof of concept for a `Recorder` class that can record audio and
return the audio blob.Follow-up behavior includes creating a blob url and audio element, which would
allow for local playback, or uploading the blob to a remote server for longer
storage.