- Timestamp:
- 10/04/06 21:13:44 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Data_Builder/wsps/Sound/sources/webRadio/models/draft/preSeg.model
r6756 r6766 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sm:compositionPrim sext:sound="audioEnrichment" name="pré-segmentation" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sext="http://www.utc.fr/ics/scenari/v3/modeling/extension">2 <sm:compositionPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sext="http://www.utc.fr/ics/scenari/v3/modeling/extension" sext:sound="audioEnrichment" name="pré-segmentation"> 3 3 <sm:identification targetNamespace="kelis.fr:sound" targetPrefix="ks" code="preSeg"/> 4 4 <sm:structure> 5 <sm:tracks>6 <sm:track key="seg" name="seg"/>7 </sm:tracks>8 5 <sm:set usage="required"> 9 <sm:part sext:audio="externalAudio" code="seg" name="Segment" trackKey="seg">6 <sm:part sext:audio="externalAudio" code="seg" name="Segment"> 10 7 <sm:meta sc:refUri="/webRadio/models/common/simpleTitle.model" usage="required"/> 11 8 <sm:allowedEffects> … … 19 16 <sm:storage> 20 17 <sm:audioContinuance> 21 <sm:getExternalAudio track="seg"/>18 <sm:getExternalAudio/> 22 19 </sm:audioContinuance> 23 20 </sm:storage> … … 25 22 <sm:editors> 26 23 <sm:singleAudioSourceEditor name="Edition"> 24 <sm:allowedModel sc:refUri="/webRadio/models/common/mp3.model"/> 25 <sm:allowedModel sc:refUri="/webRadio/models/common/wav.model"/> 27 26 <sm:adjacentSegmentsEditor/> 28 27 </sm:singleAudioSourceEditor>
Note: See TracChangeset
for help on using the changeset viewer.