Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Morevna Project

Our mission is to develop, improve and popularize open-source technologies for animation.
Collective - Host: opensource - https://opencollective.com/morevnaproject - Website: https://morevnaproject.org/ - Code: https://github.com/morevnaproject-org

Cleanup

github.com/morevnaproject-org/RenderChan - 30a064873b03d2c1b7843424c88c4b4c2c2e7b53 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Add support for rendering Synfig files

github.com/morevnaproject-org/RenderChan - 6f3802c9e624e36aa6d28b7520bf4e1c964e904e authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Fix flac module

github.com/morevnaproject-org/RenderChan - 57293844c3b9c6a7ea2e2a823a38df276103b8e3 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Change the way how render parameters are handled

github.com/morevnaproject-org/RenderChan - d003d59fd86448cec571fbb37e18778d3a520c0b authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Now project reads its settings from configuration file.

It is possible to override settings for FILENAME by using FILENAME.conf.

github.com/morevnaproject-org/RenderChan - 52b9a8c5224288d0d9c1d5ffc35bc49badb9f3dc authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Blender module now reports start and end frames

github.com/morevnaproject-org/RenderChan - a02959cacd00620aa8436272219dc9521d3facd1 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Add support for detecting start and end frame

github.com/morevnaproject-org/RenderChan - ef4067ef2be4fb818ed2d65092ddb36b5d057e94 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Remove getDependencies() function from sound modules

github.com/morevnaproject-org/RenderChan - fdc9ab1533338bbde75404c1f9be49cbefb2dfcc authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Add dependency parser to Blender module

github.com/morevnaproject-org/RenderChan - cd1217b90b6725f055ccf3c681927863c283f54a authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Fix creation of RenderChanFile class for dependency

github.com/morevnaproject-org/RenderChan - 151cdac3e77b500bfd6465e6a8a19e9f13ff822a authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Prepare support for dependency analysis

github.com/morevnaproject-org/RenderChan - e6d298ccef6fc5aff9058748aa40642fd5f797fe authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Use configured binary paths in all modules

github.com/morevnaproject-org/RenderChan - 535682d329a01c5ae019a9201a5894a152e521ad authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Flac audio module

github.com/morevnaproject-org/RenderChan - 1bdc0c20c9452e048c0a4cc9245775069734796c authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Mp3 audio module

github.com/morevnaproject-org/RenderChan - d458058cdb89f4d6f3a618d03500c8d060d2f812 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
OGG Vorbis module

github.com/morevnaproject-org/RenderChan - 8eebb189251145f7846aaa0f43b426f7e818fa9e authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Reorganize system functions into separate module. Autocreate missing directories. Prepare framework for audio modules.

github.com/morevnaproject-org/RenderChan - be049a533e74772abd2b5b90f90fd9bc0bce37d1 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Introduce compatibility mode for older project versions (Remake ones)

github.com/morevnaproject-org/RenderChan - e3138fb6c17d704f3b2a7c5fb1022a41aee85354 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Correctly parse non-sequence formats (avi). Fix dependency graph.

github.com/morevnaproject-org/RenderChan - a8eb20ee062cd144c8d4a90b055fd9bcfbdfb5fe authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Blender module can render to Lossles H264 now

github.com/morevnaproject-org/RenderChan - d9affe50295d2d2675074cddcba48e6307deeb40 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Write an additional Runner and Decomposer which puts render result into place

github.com/morevnaproject-org/RenderChan - ef93a1a6ba9df5f5fac85c8dc5a631e8dab54caf authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Packet size is defined by module now

github.com/morevnaproject-org/RenderChan - 3e1d0252d938229df7867e04958c975f4c11c64d authored over 10 years ago by Konstantin Dmitriev <[email protected]>
The Blender module now correctly renders to png sequence giving respect to most options. Progress callback also should work by now.

github.com/morevnaproject-org/RenderChan - 94516298a6d172868395844218282d49c793ea2d authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Detect module and output format for given file

github.com/morevnaproject-org/RenderChan - c41620f2dc456f497ccdd655217148b595b75b59 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Write special Decomposer and Runner to invoke module command directly from Puli.

Also fixes blender module.
First successful submission of blender file via renderchan.

github.com/morevnaproject-org/RenderChan - 778ae91efb6b89561fe465aa5027f6f5068e6eff authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Fix file.getPath()

github.com/morevnaproject-org/RenderChan - 11d846d6c05f7f4652432cdcd8acf0f1ad98b0bf authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Add module configuration framework

github.com/morevnaproject-org/RenderChan - 5de34fde0514018b4c9f3a7d53c52018dffd8804 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Basic modules framework. Implement renderchan-job-launcher helper script.

github.com/morevnaproject-org/RenderChan - fe966458f79cab95567c656612d9f090887a5827 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Cleanup unused functions

github.com/morevnaproject-org/RenderChan - 4b3a546d4ca48ec1f9fd735f4def3815e68650a7 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Basic stuff for RenderChanFile class. Submit a sample job to Puli.

github.com/morevnaproject-org/RenderChan - 944b134c7ab26206c2b71a2852e27da25549e5dc authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Initial application layout. Does nothing.

github.com/morevnaproject-org/RenderChan - 097f1b319dacd45d7da4d37c0b737cd12daaeb09 authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Initial commit

github.com/morevnaproject-org/RenderChan - c53b32a7459508177d0e41d6ee656284577d5c3f authored over 10 years ago by Konstantin Dmitriev <[email protected]>
Dictionary-based languages now use the global phoneme conversion set.

Fixes the English language breakdown.

github.com/morevnaproject-org/papagayo-ng - 006dab4a17b2fa226038176adcfd9f1404be99f7 authored over 11 years ago by Konstantin Dmitriev <[email protected]>
Sources of "Fleming and Dobbs" mouth set (synfig)

git-svn-id: https://papagayo.googlecode.com/svn/trunk@50 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - cf3c95979cad8f8eb51586773752feaba58f56db authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Add "Fleming and Dobbs" mouth set

git-svn-id: https://papagayo.googlecode.com/svn/trunk@49 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - ea2d8486ba7bdf9ad98f25cfe66e51cf34bbc14e authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Add png icon

git-svn-id: https://papagayo.googlecode.com/svn/trunk@48 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 115d93249bfd46fcd80ccfe619e909c8b1519613 authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Fixes for Russian breakdown ('ya','yo','yu','tse','shcha')

git-svn-id: https://papagayo.googlecode.com/svn/trunk@47 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - ae513ac21fd934c3061018c1199b49caf78a1cb0 authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
If audio file is not found, then complain and ask to load another one

git-svn-id: https://papagayo.googlecode.com/svn/trunk@46 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 1f6a89363d4cb1981e4243474f5d565ba318daec authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Open file specified in commandline

git-svn-id: https://papagayo.googlecode.com/svn/trunk@45 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 100ccd9be205dd60b19e261dcfd292cb47513343 authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Fix bug: international characters not saved correctly in .pgo files

git-svn-id: https://papagayo.googlecode.com/svn/trunk@44 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - d4626bba02032d5a3fed752116f745ac347424f8 authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Allow to choose different phoneme sets. Provide additional set - Fleming and Dobbs.

git-svn-id: https://papagayo.googlecode.com/svn/trunk@43 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - c2efdc45980f4462ec9612640ff4e7fd0cfe0a3e authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
fix for #6 from ksee.zelgadis to make the phoneme buttons work correctly for other languages

git-svn-id: https://papagayo.googlecode.com/svn/trunk@42 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 7f2143aa219dd6170cee11b4bc30359c9a927224 authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
fix for #5 from ksee.zelgadis for missing input box

git-svn-id: https://papagayo.googlecode.com/svn/trunk@41 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - d8705103812b9805508f910f44ec2342e6d281dc authored over 11 years ago by [email protected] <[email protected]@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
handle inserted SIL markers for Alelo export

git-svn-id: https://papagayo.googlecode.com/svn/trunk@40 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 38b2f71f60d993d7e780475ac7c4c8d5cd6ef34b authored almost 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
reload the dictionary via a UI button... maybe we'll make this automatic later...

git-svn-id: https://papagayo.googlecode.com/svn/trunk@39 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - f51ba1cee9bb560fa867407abbd61ea7cde82fa2 authored almost 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
remove quotes from the input

git-svn-id: https://papagayo.googlecode.com/svn/trunk@38 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 5380dc67a69b0115d0b2d2365a57f53ee3690ab0 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Some small fixes and updates to make Papagayo a bit more usable. Fixed the extra export list entry for MOHO... guess I never deleted the original entry. Added default filenames based on the file name of the audio when saving (.pgo) and for exports (.dat for MOHO, .txt for ALELO). Also when you open a new audio file... the title bar used to just say Untitled which was kind of annoying if you had to stop and come back to working on something and couldn't remember which file you opened... so the title now displays the current audio filename as well

git-svn-id: https://papagayo.googlecode.com/svn/trunk@37 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - d584fcc14e928cd6d2fe571769dc0e1a0be3fb8c authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
revert unfinished updates to SoundPLayer and WavefromView

git-svn-id: https://papagayo.googlecode.com/svn/trunk@36 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - e12b7062d933f10f2a2315ad67a71ffcd2edb502 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
look for a .trans file containing a transcription and place in the voiceText text area

git-svn-id: https://papagayo.googlecode.com/svn/trunk@35 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 681b69eb6c296181c3c69908b64b175f383e0576 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
option third field in the mappings for a dictionary language that allows for mapping to yet another phoneme set for a language... long term... it would probably be better to normalize the phoneme sets being used for different languages and have just a single mapping.

git-svn-id: https://papagayo.googlecode.com/svn/trunk@34 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - f08220a04678a2d5ec53ac12269e9d1e132c1edf authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Fixed output of Alelo export format... phoneme is supposed to be at the end

git-svn-id: https://papagayo.googlecode.com/svn/trunk@33 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 5448f919ba14244e20f78c668dd81230b4074065 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
changes to the setup.py to allow for creation of the installer. Since I do my py2exe builds under Wine there is currently a bug when including the dlls properly which should not occur on windows... so there are some small hacks (dlls dir included into the py2exe data_files) to compensate for this

git-svn-id: https://papagayo.googlecode.com/svn/trunk@32 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - db61a528afbd1e59e359adb03cc6cf8199da7bdd authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
adjusting the length scaling factor when calling PlaySegment... this seems to fix the scrubbing... though the scaling may need further adjustments.

git-svn-id: https://papagayo.googlecode.com/svn/trunk@30 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 94ce89679a5e3fb581ec5f067b4fdc016653acb0 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
exporting for Alelo's internal lipsync format; also include a small hack to test on windows

git-svn-id: https://papagayo.googlecode.com/svn/trunk@29 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - d0e5c9f57e490ccdef570625b3d927086f97f73e authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
fixed some nasty bugs introduced while fixing py2exe support

git-svn-id: https://papagayo.googlecode.com/svn/trunk@28 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - d4a9a60ea6a0b4bd42017b7da7cdf1504341cad9 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
there was a bug with the breakdown code... I forgot to generalize it to support all of the breakdowns... also... I added an import of the breakdowns modules so they end up in the finished exe when compiling using py2exe

git-svn-id: https://papagayo.googlecode.com/svn/trunk@27 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 89fa5ef50c3cf9d0fc8a7af689226bbfe348edc9 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
added UI elements for supporting abritrary numbers of exporters... currently MOHO is the only supported format, but we will try to integrate the various exports provided by papagayoMOD and a new exporter for the formats that my company uses internally

git-svn-id: https://papagayo.googlecode.com/svn/trunk@25 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - eb85f3b2cf783392beb1569300ed65c5ee09b78b authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
added a utility function to make handling of running from source and being part of a py2exe exe not require minor code changes. Based on this page in the py2exe wiki: http://www.py2exe.org/index.cgi/HowToDetermineIfRunningFromExe

git-svn-id: https://papagayo.googlecode.com/svn/trunk@24 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 592f2dcced7b50c237d34394f7837d763f0d2fba authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
a total hack to make sure the layout comes out right on Windows...

git-svn-id: https://papagayo.googlecode.com/svn/trunk@22 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 8db75de2153202a82c4f4215a218a6f6b1e46eef authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
force window size at startup

git-svn-id: https://papagayo.googlecode.com/svn/trunk@21 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 29fd960c219eb00d4f34bdaf60928a5c5dffd1bf authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
fix from harrisyu for no handler found for image type error... I wonder if this has something to do with the .svn directories... will investigate.

git-svn-id: https://papagayo.googlecode.com/svn/trunk@20 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 08a86bf6f8abf39c6f560e688a6297cfcb1928f2 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
make sure blank lines in the phoneme mapping table don't break things

git-svn-id: https://papagayo.googlecode.com/svn/trunk@19 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - af608c40f8ae0131793f83270ec35990acba80d0 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
dictionaries and phoneme sets are dynamically managed... not quite ready to remove phonemes.py though

git-svn-id: https://papagayo.googlecode.com/svn/trunk@18 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - ca735df945fddea470992ab90d2ce9a3916d5911 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
slight improvement to the performance of the dictionary and phoneme breakdown management. You can now change the break down without too much of a performance hit while working on the same file, but it still has to load again when new wav or pgo files are loaded so... less than ideal if working on many files in the same language... there is probably a large amount of memory used when working with language models across multiple voices as well... the LanguageModel instance probably needs to be moved into the LipsyncFrame and then passed around as needed.

git-svn-id: https://papagayo.googlecode.com/svn/trunk@17 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 6795b611cba6815f38368377daa2dd0fb9ec7d9a authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
okay... we can now use a dictionary based language (English using the original papagayo dictionary and phoneme sets), but doing the breakdown from a dictionary is very very slow. This lookup needs to be moved someplace where it won't impact performance so much... currently it is being stupid and reloading the dictionary for every phrase... will work on moving it soon

git-svn-id: https://papagayo.googlecode.com/svn/trunk@16 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - a6bc6c51697056dce4b2e4a446cf2e8f6bfe7ffe authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
make sure English is the default selected language

git-svn-id: https://papagayo.googlecode.com/svn/trunk@15 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 559140b406c24af2234f6bc0800ac14d5fceac64 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
updated readme with details about how things have been changed

git-svn-id: https://papagayo.googlecode.com/svn/trunk@14 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 8eecc03c3560bbb65e898cc02c0f7b3df6d9b9c0 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
configuration data for default language (English) and breakdown languages from myles' updated version of Papagayo

git-svn-id: https://papagayo.googlecode.com/svn/trunk@13 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - be7f8e386c8a654a8edf12bcc94c11d910b98a76 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
added support for languages that use breakdown processors (English is broken for the moment)

git-svn-id: https://papagayo.googlecode.com/svn/trunk@12 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - f57417b800d3d5f76d3280e86c4e7f085250da8e authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
forgot to comit the remove of the old mouth data

git-svn-id: https://papagayo.googlecode.com/svn/trunk@11 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - e986eb68d004316022319975176cccae79e508e8 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
move the mouths to the rsrc directory along with all of the other resources

git-svn-id: https://papagayo.googlecode.com/svn/trunk@10 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 1cfb4aebfe1c9275ea99ba7dad756592f0bbcf4d authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
starting to rework how breakdowns and alternative dictionaries are managed. Integrated breakdowns from myles as referenced in this post on the Papagayo forum (http://www.lostmarble.com/forum/viewtopic.php?t=5056)

git-svn-id: https://papagayo.googlecode.com/svn/trunk@9 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 1892840fb05944695ffd42038bc15bf9f75534b4 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Fixed About dialog layout; fixed 'Cutt' typo in the Edit menu

git-svn-id: https://papagayo.googlecode.com/svn/trunk@8 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 3b40c9548d0d1dc54006fa58c5d1a9e14b2eaf36 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
updated lipsync.wxg to match the current code and layout and regenerated GUI

git-svn-id: https://papagayo.googlecode.com/svn/trunk@7 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 19bdfb4fe5490fd6fc3c81cd044e0408273206ba authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
ignore .svn directories in the mouths directory

git-svn-id: https://papagayo.googlecode.com/svn/trunk@6 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - d3f213aa9f46d66edea79dd5085884e439941157 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
removed some extraneous debugging code

git-svn-id: https://papagayo.googlecode.com/svn/trunk@5 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 5bfe4a45b838b05eef17db6601f315f24a8a82ad authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
removed dependency on source less lm module (swig binding of a Lost Marble library is my guess) and replace with a new SoundPlayer class build around pyaudio http://people.csail.mit.edu/hubert/pyaudio/

git-svn-id: https://papagayo.googlecode.com/svn/trunk@4 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - a82925b75180e70c91cade073a72d17b358b2886 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
there was a change to the wx api that broke this... which is why setting the FPS is broken in the current version of papagayo

git-svn-id: https://papagayo.googlecode.com/svn/trunk@3 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 12a54d03a22bdd448a1eb2fa5e18a832d0054a48 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Initial commit of content from Papagayo 1.2 source found here:

http://www.lostmarble.com/downloads/papagayo_1.2_source.zip

git-svn-id: https://papagayo.googl...

github.com/morevnaproject-org/papagayo-ng - 5f43816b931c7c99340329d9fdea088e00338212 authored about 14 years ago by benjamin.a.lau <benjamin.a.lau@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>
Initial directory structure.

git-svn-id: https://papagayo.googlecode.com/svn/trunk@1 edb7da35-b3c1-9830-0d95-cc27b01f0ebc

github.com/morevnaproject-org/papagayo-ng - 89c1686c8cd63b2dcde869a50c25443160f219b2 authored about 14 years ago by (no author) <(no author)@edb7da35-b3c1-9830-0d95-cc27b01f0ebc>