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
Safari still doesn't support getUserMedia properly. It fails on this:
getUserMedia
imgCapture = new ImageCapture(stream.getVideoTracks()[0]);
This works in Chrome but Safari has no idea what ImageCapture() is.
ImageCapture()