WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-15-2008, 01:51 PM
Enlil Enlil is offline
Member
 
Join Date: May 2008
Posts: 61
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():

action = vizact.speak(audiofile, threshold = self.sp_thresh,
scale = self.sp_scale, sync = self.sp_sync, morph = 'business02_f_highpoly_talk.CMF' )
female.add(action)
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
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -7. The time now is 01:51 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC