2
0

speechpro.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- UniMRCP client document -->
  3. <unimrcpclient xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="../unimrcpclient.xsd"
  5. version="1.0">
  6. <settings>
  7. <!-- RTSP MRCPv1 settings -->
  8. <rtsp-settings id="SpeechPro-RTSP-Settings">
  9. <!-- Server address should be explicitly specified, it defaults to "ip" address set in the properties. -->
  10. <!-- <server-ip>10.10.0.1</server-ip> -->
  11. <server-port>8000</server-port>
  12. <!-- <force-destination>true</force-destination> -->
  13. <resource-location></resource-location>
  14. <resource-map>
  15. <param name="speechsynth" value="tts"/>
  16. <param name="speechrecog" value="asr"/>
  17. </resource-map>
  18. </rtsp-settings>
  19. </settings>
  20. <profiles>
  21. <!-- SpeechPro MRCPv1 profile -->
  22. <mrcpv1-profile id="sp1">
  23. <rtsp-uac>RTSP-Agent-1</rtsp-uac>
  24. <media-engine>Media-Engine-1</media-engine>
  25. <rtp-factory>RTP-Factory-1</rtp-factory>
  26. <rtsp-settings>SpeechPro-RTSP-Settings</rtsp-settings>
  27. <rtp-settings>RTP-Settings-1</rtp-settings>
  28. </mrcpv1-profile>
  29. <!-- more profiles might be added here -->
  30. </profiles>
  31. </unimrcpclient>