#1
|
|||
|
|||
Viz speech cutting off early
Hello,
I am having a problem with a vizact.speak - initally, we called the speech in question in the following fashion: def speechsample(): However, from time to time, the speech would get cut off (in this case, 'please continue' was clipped to 'please cont'). So, thinking that perhaps the speech was being interrupted from a delay caused by loading the .wav file immediately before using it, we changed to the following code: At startup, we run action = vizact.speak(audiofile, threshold = self.sp_thresh, scale = self.sp_scale, sync = self.sp_sync, morph = 'business02_f_highpoly_talk.CMF' ) Then later, we use def speechsample(): female.add(action)Any idea what is going on? Thanks, Christian |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Avatar finish speech ? | djdesmangles | Vizard | 2 | 02-15-2008 06:56 AM |
delays with <avatar>.act and speech | vsully | Vizard | 15 | 08-23-2007 04:24 PM |
Speech during actions | zoltantoth | Vizard | 2 | 05-02-2007 03:11 PM |
Speech Recognition | Johannes | Vizard | 1 | 05-16-2005 10:46 AM |