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
Hi ! First of all, great job, real cool stuff here.
I had an idea, could it be possible to add more customization for each scene ?
I mean when someones says something sad he's not supposed to have the same speed/rythm than when he says something happy or else...
As a way to handle this I was thinking of adding speed and accuracy for each scene instead of each character.
I was also thinking for even more customization could we passed functions for speed ?
Like if I say speed = function(time) { return time2}, and then the character would speed up during the scene following a y=x2 rule. What do you think ?
I would be more than happy to help btw !
The text was updated successfully, but these errors were encountered:
@pierreleripoll thanks for the kind words! ☺️ It is indeed a great idea and I'd be happy to have such feature in TheaterJS. I haven't played with the code for a long time now but as far as I remember, the current implementation is not quite ready for it. It'd probably involve a lot of work but feel free to give it a try!
zhouzi
changed the title
Speed by function
Custom speed/accuracy function for a scene
Jul 4, 2019
Hi ! First of all, great job, real cool stuff here.
I had an idea, could it be possible to add more customization for each scene ?
I mean when someones says something sad he's not supposed to have the same speed/rythm than when he says something happy or else...
As a way to handle this I was thinking of adding speed and accuracy for each scene instead of each character.
I was also thinking for even more customization could we passed functions for speed ?
Like if I say speed = function(time) { return time2}, and then the character would speed up during the scene following a y=x2 rule. What do you think ?
I would be more than happy to help btw !
The text was updated successfully, but these errors were encountered: