0
how to record audio in html website ?
I wan't to create a webaite which record audio and i don't know how to record it .
1 Antwort
0
Try:
https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices
Keeping in mind that if the user denies access to their microphone, you're S.O.L.