totomtornado

Results 8 comments of totomtornado

I see this is a feature now mentioned here... [https://v4000.kaplayjs.com/guides/video/](https://v4000.kaplayjs.com/guides/video/) but.. I can not get it to work... 1. Do I need to load a sprite like "k.loadSprite("box", "sprites/box.png");" 2....

yes... same server... local server... in the kaplay.js... it hits here: line 3539 function Ii(t, e) { let r = document.createElement("video"), n = false, o = false, s = false,...

> No, the element is r. What is undefined is e, the opt, you probably use video(url) instead of video(url, { width:320, height: 200 }); specifying width and height worked......

I would definitely be interested in exposing settings/attributes like loop, autoplay, muted, etc... because it is a bit difficult to start the video on page load unless you set some...

Is there a reference to an example on how I would get the phoneme information? I looked at some docs but there were not any examples that I could find...

[https://www.youtube.com/watch?v=Zhj-ccMDj_w](url) I guess this is the best tutorial... 3 hours!!!! I was kind of hoping for something pretty simple and concise as it is a commandline tool... seems like an...

I am running the cpu install on linux... I encountered this same error... searched around a lot.... I was able to get things running by using: `pip install -U torch...