<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2003 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 384 Extended Profile
	@author Zhiwei Shuang
	@version 1.1, 05/05/2009
-->


<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
    	If clipBegin is after clipEnd, no audio will be produced. 
  	In the reference case, listener should hear a piece of music. 
    	In the test time, listener should hear no audio because the trimming attributes have worked
    	rather than no audio because music.wav failed to be loaded. 
    	If the tester hear "failed", the test failed.
    	If the tester hear no music and no "failed", the test pass.  
    
    </conf:instruction>
  
    <conf:reference_markup>
        <speak xmlns="http://www.w3.org/2001/10/synthesis" version="1.1" xml:lang="en-US">
   	       <audio src="music.wav"/> 
        </speak>
    </conf:reference_markup>
    
    <conf:test_markup>
        <speak xmlns="http://www.w3.org/2001/10/synthesis" version="1.1" xml:lang="en-US">
	       <audio src="music.wav" clipBegin="4s" clipEnd="2s">failed.</audio>
	</speak>

    </conf:test_markup>
    
</conf:test>
