Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working on safari (ios / mac)? #40

Open
eeepad86 opened this issue Dec 24, 2020 · 3 comments
Open

not working on safari (ios / mac)? #40

eeepad86 opened this issue Dec 24, 2020 · 3 comments
Assignees

Comments

@eeepad86
Copy link

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?

@jaggad
Copy link
Owner

jaggad commented Feb 1, 2021

@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

@Alynva
Copy link
Collaborator

Alynva commented Feb 15, 2021

I've tested the newer examples on iPhone and also didn't work. I'll take this later

@Alynva Alynva self-assigned this Feb 15, 2021
@lmiller1990
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants