Search found 24 matches

by DarkCryst
Fri Aug 04, 2006 8:09 pm
Forum: Papagayo
Topic: Papa 1.2
Replies: 9
Views: 11798

After finally getting the 1.2 source (by downloading the mac source and locating software on windows that can extract .pax archives) I can say it doesn't have German phoneme stresses. However... german seems to work pretty well using english, which makes a certain ammount of linguistic sense when yo...
by DarkCryst
Fri Aug 04, 2006 8:14 am
Forum: Papagayo
Topic: Papa 1.2
Replies: 9
Views: 11798

From playing with the source you'd come to the conclusion that 1.1 compiled and 1.2 didn't! ;) As far as I can see though its the fact that 1.2 can be compiled as a universal binary on the mac PLUS the italian phoneme breakdown, which is neat if you need it. I've been modifying the code a bit myself...
by DarkCryst
Sat Jul 29, 2006 3:43 am
Forum: Papagayo
Topic: modular export
Replies: 6
Views: 8333

BlenderLipSynchro is great, but it's an importer, not an exporter... just wanted to clear that up. It's a plugin for Blender, not Papagayo.

Still pretty cool.
by DarkCryst
Tue Jul 25, 2006 10:55 pm
Forum: Papagayo
Topic: NEW WORDS BREAKDOWN MODULE FOR ITALIAN LANGUAGE
Replies: 3
Views: 7551

py files are python source files. This would needf to be added into the source and then compiled. pyo files are compiled python byte-code (the pyc files are just the byte-code), and so are the result of the final build. Basically - its an additional code modification that would be incorporated into ...
by DarkCryst
Tue Jul 25, 2006 6:33 am
Forum: Papagayo
Topic: using my own mouth's
Replies: 9
Views: 12226

The error is because its trying to read an invalid format. You probably have a thumbs.db file in there (windows generates them automatically if you looked at the images in thumbnail view). Delete them (you'll have to enable hidden and system file few to do so, as well as probably "show importan...
by DarkCryst
Tue Jul 25, 2006 12:58 am
Forum: Papagayo
Topic: 1.2 source, compiling problems
Replies: 2
Views: 4256

Ok, moving on.. I gave up on the 1.2 source and went with the 1.1.. As long as I include the (not-included in the distribution) libsndfile.dll in the directory... it at least gets further. However now it won't load any images (claiming they are invalid, which is tosh). If I comment out the lines tha...
by DarkCryst
Mon Jul 24, 2006 11:26 pm
Forum: Papagayo
Topic: 1.2 source, compiling problems
Replies: 2
Views: 4256

to clarify - I'm using all the latest (stable, final) versions of python, wxPython, etc etc, but this is the result I get running from the python shell: Traceback (most recent call last): File "C:\Program Files\Papagayo\papagayo_source\papagayo.py", line 24, in ? from LipsyncFrame import L...
by DarkCryst
Mon Jul 24, 2006 9:56 pm
Forum: Papagayo
Topic: for 3d appz
Replies: 1
Views: 4397

Nice, what output format are you using so you can import the morph targets?

Is there any more news about this?
by DarkCryst
Mon Jul 24, 2006 9:40 pm
Forum: Papagayo
Topic: 1.2 source, compiling problems
Replies: 2
Views: 4256

1.2 source, compiling problems

First, and it's probably a small mistake somewhere - there doesn't seem to be a v1.2 source available (the link is broken on the page) Secondly - while I've downloaded the most recent source... it won't compile in python! It keeps giving errors related to the _lm.dll, ususally saying that it fails o...