Warning: Can't use blame annotator:
svn blame failed on trunk/scripts/audio_systest.xml: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/scripts/audio_systest.xml @ 4

Revision 4, 1009 bytes checked in by jdalbey, 10 years ago (diff)

CADSimulatorTest added, tests GUI integration. Add mp3plugin - now plays mp3 format audio.

RevLine 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE TMC_SCRIPT SYSTEM "script.dtd">
3
4<TMC_SCRIPT title="System test for Audio - single event">
5
6
7        <SCRIPT_EVENT>
8                <TIME_INDEX>00:00:03</TIME_INDEX>
9                <INCIDENT LogNum="187">Stalled DOT/Traffic Collision</INCIDENT> 
10               
11                <CAD_DATA>     
12                        <CAD_INCIDENT_EVENT>
13                                <UNIT UnitNum="14-14" Status="ENRT" Primary="true" Active="true"/>
14                                <AUDIO Length = "25" Path = "187/18701.mp3" /> 
15                        </CAD_INCIDENT_EVENT>           
16                </CAD_DATA>             
17
18                <CHP_RADIO RadioFile="18701.mp3">
19                        <DIALOG>
20                                <LINE Role="Dispatch">14-14 Santa Lucia</LINE>                         
21                                <LINE Role="Field">Santa Lucia 14-14 go ahead</LINE>                           
22                                <LINE Role="Dispatch">14-14 Santa Lucia 11-25 stalled DOT truck southbound 55 overpass at 405.</LINE>
23                                <LINE Role="Field">Santa Lucia 14-14 10-4. Enroute from 55 at Dyer Rd.</LINE>                           
24                                <LINE Role="Dispatch">14-14 Santa Lucia copies enroute from 55 at Dyer Rd.</LINE>
25                        </DIALOG>
26                </CHP_RADIO>
27
28        </SCRIPT_EVENT>
29
30</TMC_SCRIPT>
31
Note: See TracBrowser for help on using the repository browser.