On an application I'm working on I want a robust way of recording audio and uploading it to S3. I don't really see any good solutions out there. Would like some help on how I could go about it. I was initially looking at using the getUserMedia() Javascript API but it doesn't work on Safari.
Asked
Active
Viewed 1,676 times
5
-
Sounds like more of a JavaScript/HTML5/Flash question than a Rails question. This looks like it would help: http://stackoverflow.com/questions/16413063/html5-record-audio-to-file. – antinome Jul 08 '15 at 14:23
-
Did you end up finding a gem for this? – alex_milhouse Jul 17 '16 at 01:37
-
@alex_milhouse No did not. – kartikluke Jul 24 '16 at 08:15