Closed csandman closed 3 years ago
It looks like there's already an issue about this on the ffmpeg.wasm repo: https://github.com/ffmpegwasm/ffmpeg.wasm/issues/231
Thanks for reaching out. Somehow missed the date.
Ah yea. Fixed this a while ago but was too lazy deploying a redirect xD
The new url is https://audible-converter.ml This should fix the issue
Just found out that i can change the settings that gh pages 301 to the new site :3
Thanks for the quick turnaround on this!
This was working fine for me a few days ago but it looks like it is no longer working because chrome changed the rules for using
SharedArrayBuffer
. This is the error I'm getting:Here is the article it links to: https://developer.chrome.com/blog/enabling-shared-array-buffer/#cross-origin-isolation
Apparently you need to serve the main document with the following headers:
I'm not sure if this is possible when using GitHub pages but I thought I'd let you know!