Safari and Recording Audio — HTML Media Capture / getUserMedia()
It looks like getUserMedia() is now the way to go for capturing audio recordings from a user. But that leaves out Safari and iOS Safari. Originally I had at least planned to included iOS Safari by taking advantage of the HTML Media Capture spec. From everything I've read, this is suppose to work. But from my tests, iOS will only offer the photo/video options. I've tried the following syntaxes with no luck: <input type="file" accept="audio/*;capture=microphone" /> <input type="file" accept="audio/*" capture="microphone"> <input type="file" accept="audio/*" /> Capturing an image works as