Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
I've been thinking about this, and probably will do it sooner or later. Python by itself couldn't do it, but with the help of an external wave-analysis program, it should be possible. Python could select the point in the .WAV that corresponds to each frame in the animation, and call the external program to analyze 100 msec of the wave starting there. The wave analyzer could (minimally) tell Poser to open the lips more when the fundamental freq (voice itself as opposed to the hissing of sibilants)is stronger; it could also check the spectrum and shape the mouth toward rough correspondence to O or E. Anything beyond that would require manual tweaking, I suspect.
My python page
My ShareCG freebies
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I have no knowledge of Python apart from what I have read in this forum, but I am intrigued by its capabilities. But I was specifically wondering if Python scripts would be capable of providing lipsync to Poser models (similar to, if not exactly like, LipSync's Mimic program). Shouldn't this be feasible? If so, what would be required to accomplish such a thing? As i've said, I have no real knowledge of Python for Poser (yet) so maybe i'm just pipedreaming. Any comments are welcome.