View Single Post
  #6  
Old 08-06-2012, 09:01 AM
Kevin Chiu Kevin Chiu is offline
WorldViz Team Member
 
Join Date: Feb 2012
Posts: 26
Hi Antoine,

The model actually works, the problem is that your test.wav didn't have any sound.
SInce the wave file need to have sound to make your avatar's head talking, please change your sound clip and don't forget to call it in your script.

For example,

speak = vizact.speak('jfk.wav') # Use a sound clip from Vizard's resource folder
vizact.onkeydown('a', avatar.addAction, speak)
Reply With Quote