Recording audio in Rails

In an application I'm working on, I need a reliable way to record audio and upload it to S3. I really don't see any good solutions. Would love to help how can I do this. I first looked into using the getUserMedia () API, but it doesn't work in Safari.

+3


source to share





All Articles