Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top