rabus mccaleb
rabus mccaleb

Reputation: 124

Is there an Alternative for the MediaRecorder API for Safari and IE?

Media record API alternative for Safari

This question has been asked before on Stack Overflow, but it was not ever answered, properly nor did it list any alternatives.

Are there any alternatives to the MediaRecorder API for Safari and Internet Explorer. I'm looking to capture recorded audio without using any server. I want to be able to manipulate, store, and save data on the client-side.

Upvotes: 2

Views: 1919

Answers (1)

Piyush Mahapatra
Piyush Mahapatra

Reputation: 223

As on Dec 17th 2020,Safari supports MediaRecorder API as an experimental Feature. To enable it,you need to follow these steps

Go to Settings → Safari → Advanced → Experimental Features → Enable MediaRecorder

Upvotes: 1

Related Questions