- From: Marc Schroeder <marc.schroeder@dfki.de>
- Date: Fri, 05 Nov 2010 12:32:15 +0100
- To: Bjorn Bringert <bringert@google.com>
- CC: "Young, Milan" <Milan.Young@nuance.com>, public-xg-htmlspeech@w3.org
Hi, On 05.11.10 11:52, Bjorn Bringert wrote: > * It could also be useful to allow starting from a given point without > scripting by allowing a URI fragment in the src attribute value. This > would allow the user agent to buffer from the correct point when > autobuffer is set. It seems to me that SSML <mark>s and XML/HTML fragment IDs don't really play well together. (The SSML mark example in the proposed spec also reflects that.) SSML <mark> is a point-based notation (from mark A to mark B); URI fragment is a node notation (node X). In the example that Milan pointed out, it would be nice to be able to say "play from mark A to mark B", but using src to point to a fragment of the SSML document allows us only to point to a node X in that document. What it would be nice to have is something like using the Media Fragment URI mechanism [1] for <audio>, where you could say: <audio src="http://example.com/file.wav#t=3,10"> in order to refer to the stretch of the audio file from second 3 to second 10. I don't know for the syntax, but conceptually it would be nice to be able to say something like, <tts src="text.ssml#section=A,B"> where text.ssml contains <mark name="A"/> and <mark name="B"/>. Best, Marc [1] http://www.w3.org/TR/media-frags/ -- Dr. Marc Schröder, Senior Researcher at DFKI GmbH Coordinator EU FP7 Project SEMAINE http://www.semaine-project.eu Project leader for DFKI in SSPNet http://sspnet.eu Project leader PAVOQUE http://mary.dfki.de/pavoque Associate Editor IEEE Trans. Affective Computing http://computer.org/tac Editor W3C EmotionML Working Draft http://www.w3.org/TR/emotionml/ Portal Editor http://emotion-research.net Team Leader DFKI TTS Group http://mary.dfki.de Homepage: http://www.dfki.de/~schroed Email: marc.schroeder@dfki.de Phone: +49-681-85775-5303 Postal address: DFKI GmbH, Campus D3_2, Stuhlsatzenhausweg 3, D-66123 Saarbrücken, Germany -- Official DFKI coordinates: Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Amtsgericht Kaiserslautern, HRB 2313
Received on Friday, 5 November 2010 11:32:54 UTC