hunts Posted February 25, 2017 Share Posted February 25, 2017 I want to add a voice-command recognition library externally on the PG, but it's not working, here's the PG: http://www.babylonjs-playground.com/#1RZMCX#2 Quote Link to comment Share on other sites More sharing options...
davrous Posted February 27, 2017 Share Posted February 27, 2017 You need to register to the script onload event rather than the window.onload event. Here's a modified working version of your code: http://www.babylonjs-playground.com/#1RZMCX#3 David Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.