Re: [Flashcoders] Real Time Lip Sync

2008-06-13 Thread Viktor Hesselbom
volumetric analysis? I guess Flash basically needs to play the sound to analyze it? Elia - Original Message - From: "Kerry Thompson" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Friday, June 13, 2008 1:41 AM Subject: RE: [Flashcoders] Real Tim

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
AIL PROTECTED]> To: "'Flash Coders List'" Sent: Friday, June 13, 2008 1:41 AM Subject: RE: [Flashcoders] Real Time Lip Sync Elia Morling wrote: Okay thanks... I guess it's not possible then. :( Maybe it is possible--not easy, but possible. You can get close

RE: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Kerry Thompson
Elia Morling wrote: > Okay thanks... I guess it's not possible then. :( Maybe it is possible--not easy, but possible. You can get close enough for cartoons by simple volumetric analysis. IOW, check the volume and base the mouth positions on that. We had a routine, written in C++, that did just t

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
Okay thanks... I guess it's not possible then. :( Elia - Original Message - From: "Kerry Thompson" <[EMAIL PROTECTED]> To: "'Flash Coders List'" Sent: Thursday, June 12, 2008 11:29 PM Subject: RE: [Flashcoders] Real Time Lip Sync Elia Morli

RE: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Kerry Thompson
Elia Morling wrote: > No info on real time lip sync? The key is "real time". I don't think such a thing exists. Think what it would have to do: analyze the wave form, probably with a reverse FFT; match it up to n mouth positions; somehow get that on the screen, with your character/s, in the righ

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
#x27;s not 3D or anything like that. Thanks. Elia - Original Message - From: "Derek Nugent" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Thursday, June 12, 2008 10:11 PM Subject: Re: [Flashcoders] Real Time Lip Sync How real does it have to be? I have

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread eric e. dolecki
or conditions that might be tricky > > Best regards > Derek Nugent > > > email: [EMAIL PROTECTED] > [EMAIL PROTECTED] > web: http://www.dereknugent.com > > > - Original Message > From: Elia Morling <[EMAIL PROTECTED]> > To: Flash Coders List &

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Derek Nugent
Coders List Sent: Thursday, June 12, 2008 2:19:14 PM Subject: Re: [Flashcoders] Real Time Lip Sync No info on real time lip sync? / Thanks - Original Message - From: "Elia Morling" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Thursday, June 12, 2008 1:

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Ricky Bacon
Elia Morling wrote: No info on real time lip sync? / I haven't seen anything specific to as3, but you might want to start with Ken Perlin's Improv work: http://citeseer.ist.psu.edu/perlin96improv.html http://mrl.nyu.edu/~perlin/experiments/facedemo/ -Ricky __

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
No info on real time lip sync? / Thanks - Original Message - From: "Elia Morling" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Thursday, June 12, 2008 1:31 PM Subject: Re: [Flashcoders] Real Time Lip Sync Hi, Are there any real time lip sync code

Re: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Elia Morling
Hi, Are there any real time lip sync code examples or components for AS3? Thanks ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Real Time Lip Sync

2008-06-11 Thread Elia Morling
Hi, Are there any real time lip sync code examples or components for AS3? Thanks Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Real-time Lip Sync with AS3

2007-12-25 Thread Rich Shupe
Elia, It's easy to do the same thing I did with FlashAmp--using amplitude only to manipulate mouth shapes randomly. There's no way way to match the shapes to the phonetic sounds on the fly. You need to do that manually. If that's important, the resource I recommend to all of my students is Chris G

Re: [Flashcoders] Real-time Lip Sync with AS3

2007-12-18 Thread elia . lists
, 2007 4:41 PM Subject: Re: [Flashcoders] Real-time Lip Sync with AS3 Elia, I plan to update an article I wrote about using FlashAmp (great product for AS2) for this purpose, but haven't yet. I'll post here if I can get to it soon. --Rich Shupe

Re: [Flashcoders] Real-time Lip Sync with AS3

2007-12-18 Thread Rich Shupe
Elia, I plan to update an article I wrote about using FlashAmp (great product for AS2) for this purpose, but haven't yet. I'll post here if I can get to it soon. --Rich Shupe ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyf

[Flashcoders] Real-time Lip Sync with AS3

2007-12-18 Thread elia . lists
Has anyone created and shared code for creating lip sync with AS3? I've earlier used flashamp, but I guess that's obsolete? Thanks Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcod