You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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
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.
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?
The text was updated successfully, but these errors were encountered: