not working on safari (ios / mac)?
Hello ! i am using this repository to merge 2 audio files. It works on all browsers except safari (I tried it on iphone and ipad). Is it just my problem? Do you have any suggestions?
@eeepad86 Old browsers don't support Web Audio API, if it's an older version of safari it won't work. I think a previous PR here added a cross browser web audio API Context implementation which added too much in terms of filesize.
If supporting this is critical, perhaps try using a web audio API polyfill: #35
I've tested the newer examples on iPhone and also didn't work. I'll take this later
FYI if you are trying to read an .ogg file it won't work in Safari. Safari works fine for me with AudioContext, but only with mp3. Different browsers support different codecs. Figuring this out was painful and time consuming. Chrome and FF work fine with ogg.