closeio / mic-recorder-to-mp3

Microphone Recorder to mp3
MIT License
240 stars 130 forks source link

add support for safari browser #1

Closed joaoedezio closed 5 years ago

joaoedezio commented 6 years ago

This commit solve the compatibility with safari browser, using webkitAudioContext, this is implemented by: this.context = new (window.AudioContext || window.webkitAudioContext)(); //support for safari and safari in iOS

djalmaaraujo commented 6 years ago

@buzinas Can you take a look also, since you guys are using this?

buzinas commented 6 years ago

You should change src/mic-recorder.js instead of dist/index.js (which is a generated file).

djalmaaraujo commented 6 years ago

@joaoedezio ☝️

joaoedezio commented 6 years ago

sorry for that, I will do this and reply soon

buzinas commented 5 years ago

Closing for inactivity.