-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable voice-based lipsync for Lucas-Arts speech style #2522
Comments
Looking at the update code it looks like it can work with any kind of speech Lines 414 to 436 in 6ce71b4
I noticed the playvoicespeech code assumes sierra and it changes the specific type of sierra speech ags/Engine/ac/global_audio.cpp Lines 549 to 580 in 6ce71b4
I think the easy approach would be to remove the error condition from the editor so it CAN build an Lucas-Arts style with voice lip sync and then fix where things breaks. |
For unclear reasons the voice-based lipsync does not work with Lucas-Arts speech style.
I cannot imagine the reason, as the only difference are character animation and the way text is displayed, neither of that has any relevance to voice or lipsync, and text-based lipsync works with LA style. Could be an intentional restriction for obscure or obsolete reasons, but also could be a non-intentional oversight in code.
Need to investigate this and let voice-based lipsync work with LA style too.
The text was updated successfully, but these errors were encountered: