I'm trying to run a Web Audio API demo using a nightly build of WebKit on Windows.

The demo won't run, and the console throws an error (ReferenceError: Can't find variable: webkitAudioContext).

Does anyone know if it's currently possible to use the Web Audio API with WebKit nightly builds on windows? If so, what steps do I need to take to make the demos run? Do I need to set an environment variable, or pass a command line argument to the executable or something?

Any advice would be greatly appreciated.

有帮助吗?

解决方案

I think the answer to this question at the moment is "no". It seems that Chrome is the only browser at the moment that supports the Web Audio API on Windows. Safari/WebKit for Windows doesn't support it yet.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top