You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a smaple electron application to try p5.speech. But that is not working and I am not seeing any error in console.
Index.html
<!DOCTYPE html><html><head><metacharset="UTF-8"><title>Hello p5.js!</title><scriptlanguage="javascript" type="text/javascript" src="libraries/p5.js"></script><scriptlanguage="javascript" src="libraries/p5.dom.js"></script><scriptlanguage="javascript" src="libraries/p5.sound.js"></script><scriptlanguage="javascript" src="libraries/p5.speech.js"></script><scriptlanguage="javascript" type="text/javascript" src="my_speech.js"></script><!-- this line removes any default padding and style. you might only need one of these values set. --><style> body {padding: 0; margin: 0; background: #000000; overflow-x:hidden; overflow-y: hidden} </style></head><body></body><script>// You can also require other files to run in this processrequire('../renderer.js')</script></html>
I have created a smaple electron application to try p5.speech. But that is not working and I am not seeing any error in console.
Index.html
my_speech.js
This setup is working fine in browser. How can I make it work in electron application?
The text was updated successfully, but these errors were encountered: