MINDMAKERS Forum
Welcome, Guest. Please login or register.
September 09, 2010, 08:37:52 AM

Login with username, password and session length
Search:     Advanced search
NB: Spam bots are becoming smarter every day - we had to turn off regular registration. To become member, please send email to Kris Thorisson ([kris'_lastname] att ru dott is).
337 Posts in 99 Topics by 99 Members
Latest Member: peterwit
* Home Help Search Login Register
+  MINDMAKERS Forum
|-+  Projects
| |-+  SAIBA Multimodal Behavior Generation Framework
| | |-+  Behavior Markup Language
| | | |-+  Speech specification, Sync tag and Absolute timing
« previous next »
Pages: [1] Print
Author Topic: Speech specification, Sync tag and Absolute timing  (Read 1335 times)
amarshal
Jr. Member
**
Posts: 55


View Profile WWW Email
« on: October 02, 2008, 06:09:31 PM »

It seems the latest version of the speech behavior lost its table of core attributes.  As such, I'm not able to answer a question I have about absolute timing of speech.

The examples seem to imply the that the time attribute has been removed from the standard <sync> element.  I can understand why this might be the case, but it seems counter to allowing absolute timing on the standard sync-point attributes.

For example:
Code:
<speech start="3.0">
  <text>
    Hi
  </text>
</speech>
seems valid, but not:
Code:
<speech>
  <text>
    <sync id="T0" time="3.0"/>Hi
  </text>
</speech>

Is this intentional?  If so, why?
Logged
herwin
Newbie
*
Posts: 39


View Profile Email
« Reply #1 on: October 06, 2008, 07:47:04 AM »

If I remember correctly, this wasn't done intentionally. However, I'd rather not allow absolute (or relative) timing in sync points in the speech text. What exactly do you try to achieve with your second example? Create a sync point 3 seconds after the speech starts? Or wait 3 seconds after speech start, then say hi? Or link it to bml:start+3?
« Last Edit: October 06, 2008, 07:49:39 AM by herwin » Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!