web-dictaphone | sample MDN app that uses getUserMedia | Audio Utils library
kandi X-RAY | web-dictaphone Summary
kandi X-RAY | web-dictaphone Summary
A sample MDN app that uses getUserMedia and MediaRecorder API for recording audio snippets, and The Web Audio API for visualizations. You can play with the live demo. Thanks to Sole for the oscilloscope code.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of web-dictaphone
web-dictaphone Key Features
web-dictaphone Examples and Code Snippets
Community Discussions
Trending Discussions on web-dictaphone
QUESTION
I am using navigator.mediaDevices.getUserMedia to record an audio clip. The user can play the audio clip and/or download it after stopping recording. Is this information stored in the user’s browser?
...ANSWER
Answered 2020-Dec-18 at 11:43Yes, the Blob data that comes from getUserMedia via MediaRecorder is stored in the browser on your user's machine unless something you wrote sends it to a server.
For a user to get her hands on those Blobs it's necessary to download them. In the case of these Dictaphone-style apps they are not downloaded from any server, but rather from the browser itself into the user's Downloads folder (or wherever the user puts them.)
I've never left a MediaRecorder running for hours, but I know you can use up a browser RAM quota by doing that.
QUESTION
I am trying to set up web-dictaphone to record audio then save it to the server.
My goal is to simply have them save the audio file to the wordpress server when clicking the save button.
It works and creates the blob. However, I can't get it to post to php so I can save it. The blob is set when the player stops, then when the save button is clicked I try to save it to the server.
...ANSWER
Answered 2020-Jun-09 at 22:45I finally got it to work like this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install web-dictaphone
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page