Yes - it's quite easy in fact.
1. The mic.activityLevel will give you a number from 0-100
that you can use
to animate your lips during the recording.
2. As you record, embed this value into the stream as a data
object, using
my_ns.send("lipData",active_mic.activityLevel);
3. When playing back the recorded stream, set-up
my_ns["lipData"] = function(level:Number) {
Trace("the mic level is " + level);
animateLips(level);
}
For more info, read this
http://livedocs.macromedia.com/fms/2
/docs/wwhelp/wwhimpl/common/html/wwhelp.
htm?context=LiveDocs_Parts&file=00000593.html
And the help docs.
Cheers
Will
-----Original Message-----
From: flashcomm-bounces chattyfig.figleaf.com
[mailto:flashcomm-bounces chattyfig.figleaf.com] On
Behalf Of Chmielewski
yarek
Sent: Sunday, June 25, 2006 12:03 AM
To: FlashComm Mailing List
Subject: [FlashComm] record voice and synchronize lisps...
possible ?
Recording voice is an easy thing with FCS.
Is it possible to make so real time treatment like
synchonizing lisps of a
character while recording ? (according to the volmue for
instance) Is it
possible to make so post-treatment with recorded FLV sound
(in
RUNTIME) like synchonizing lisps of a character while
recording ?
Thanks
____________________________________________________________
_______________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo!
Mail et son
interface révolutionnaire.
http://fr.mail.yahoo.com
_______________________________________________
FlashComm chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
a>
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.c
om
_______________________________________________
FlashComm chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
a>
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|