morevnaproject-org / papagayo-ng

Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple - just type in the words being spoken (or copy/paste them from the animation's script), then drag the words on top of the sound's waveform until they line up with the proper sounds.
233 stars 51 forks source link

Unable to process common words, is an external dictionary required? #67

Closed Hunanbean closed 4 years ago

Hunanbean commented 4 years ago

During breakdown, i am required to manually breakdown Way to may words., example the word 'Once' also, it does not ignore quotes "" I would imagine there is an external dictionary i am supposed to load, or the contained ones are not working properly. I have pressed reload dictionary. please advise. for reference, i do not have these problems with the original papagayo.

also the U.I. problem mentioned in Issue #19 is still present

Be well

steveway commented 4 years ago

I added the ' symbol to the strip marks in Pull Request #69 With this it should also break down the word 'Once' with those single quotation marks.

Hunanbean commented 4 years ago

Thank you for the quick response and action. i look forward to testing it once merged. However, i only included the ' ' around the word Once for clarification, it is actually having trouble with the word Once

Thank you and be well

Hunanbean commented 4 years ago

Ok, i think i understand now how to append instead of waiting for merge. I will test it now. EDIT: I think i will have to wait for merge, as i am not sure if the recompile to .pyc happens during run or during initial compile. I am having issues compiling due to too many python installs for other projects. Edit2: Ok, i see now that it compiles on run. I manually edited to lipsyncdoc.py with your changes and it works great! Hopefully you are not getting an email everytime i edit the comment. Thanks again!