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

Suddenly sounds muffled? #25

Closed
clowerweb opened this issue Jul 22, 2014 · 5 comments
Closed

Suddenly sounds muffled? #25

clowerweb opened this issue Jul 22, 2014 · 5 comments

Comments

@clowerweb
Copy link

It didn't yesterday, but today it sounds like it's underwater in Chrome and FF (didn't test in other browsers). http://plnkr.co/edit/LG20SL?p=preview

@meenie
Copy link
Owner

meenie commented Jul 22, 2014

Wow! This is very weird. I'm wondering if it's something that chrome changed recently (and released yesterday)? I remember that FF sounded exactly like this before. So maybe chrome had the incorrect API implementation and now it's "fixed"?

Thanks for pointing it out!

@clowerweb
Copy link
Author

What's even stranger is that I can't find any evidence that Chrome has been updated within the past 6 days - I'm currently on 36.0.1985.125 m, which was released on July 16. It's very odd indeed.

@clowerweb
Copy link
Author

Not sure if this will help, but maybe adding a high-pass filter (or removing any low-pass filters) will do it: http://chimera.labs.oreilly.com/books/1234000001552/ch06.html

@meenie meenie closed this as completed in c9e932c Jul 22, 2014
@meenie
Copy link
Owner

meenie commented Jul 22, 2014

Thanks for the report :). Turns out you have to use the string names of oscillators now in Chrome. Probably something I should have done from the very beginning. Oh the fun of working with an ever-changing API :). The cool part is now this works in Firefox!! :)

For reference: http://webaudio.github.io/web-audio-api/#idl-def-OscillatorType

@clowerweb
Copy link
Author

Very nice! Good job fixing it so quickly!

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

2 participants