View Single Post
  #4  
Old 01-26-2016, 06:22 AM
Silvie Silvie is offline
Member
 
Join Date: Dec 2015
Posts: 7
Hi,

I have the same problem. But the speak sometimes cuts of in the middle of the text and not at the end. And sometimes the speak doesn 't start...

I don't know where the problem is....

this is my script:

def szenario(self):

self.female.state (91)
speech = vizact.speak (self.sound_path + 'Situation_6_EB_Svenja_bearbeitet.wav', threshold = .1, scale = 0.002, sync = True)
self.female.addAction (speech)
yield viztask.waitActionEnd (self.female,speech)
self.female.idlepose( -1)


Can anybody help me please?

Silvie
Reply With Quote