gregzanch / cram

cram is a computational room acoustics module to simulate and explore various acoustic properties of a modeled space
https://cram.vercel.app/
MIT License
43 stars 5 forks source link

OfflineAudioContext Not Implemented in Safari #58

Closed gregzanch closed 3 years ago

gregzanch commented 3 years ago

Impulses responses do not work in Safari due to the lack of an OfflineAudioContext

jcbreton commented 3 years ago

I looked into this, and this might be what Safari returns when there is an issue with the arguments used to initialize an OfflineAudioContext. We could look into browser checking in case Safari requires specific arguments?

gregzanch commented 3 years ago

Right on @jcbreton

gregzanch commented 3 years ago

fixed the safari issue in #59