JorenSix / SyncSink.wasm

A browser based media sync tool via audio-to-audio alignment
GNU Affero General Public License v3.0
6 stars 1 forks source link

Trying to use this locally using the "browser" folder #3

Open tyeeman opened 10 months ago

tyeeman commented 10 months ago

This looks like a very useful sync app. I am trying it out on a camcorder file and a separately recorded audio track with a better mic. I tried to run sync.html locally but it's not working. I used a golang static site server so maybe the problem is that. Should it work though locally?

JorenSix commented 9 months ago

It should work fine locally but you might need to provide the correct CORS headers in your local server. Some browser functionality does not work when these headers are not set correctly.

See there for an example:

https://github.com/JorenSix/SyncSink.wasm/blob/master/examples/browser/cors_server.py

Regards

Joren