summaryrefslogtreecommitdiff
path: root/orkaudio/config-template.xml
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-20 13:40:58 +0000
committerHenri Herscher <henri@oreka.org>2005-10-20 13:40:58 +0000
commit7e1d63dd9fd149e4934bf77095c8610fac786b04 (patch)
tree5fe486a1b0300c3b84fb559107a868e5cc2c95da /orkaudio/config-template.xml
parent467768fc956fc3e5a253373f26c71c681b31b6b8 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@2 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/config-template.xml')
-rw-r--r--orkaudio/config-template.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/orkaudio/config-template.xml b/orkaudio/config-template.xml
new file mode 100644
index 0000000..f0132a7
--- /dev/null
+++ b/orkaudio/config-template.xml
@@ -0,0 +1,24 @@
+<!-- This is an example configuration file for the Oreka orkaudio capture service -->
+<!-- Copy this to config.xml and modify according to taste -->
+<config>
+ <TrackerHostname>hostname</TrackerHostname>
+ <EnableReporting>true</EnableReporting>
+ <ClientTimeout>1000</ClientTimeout>
+ <CapturePluginPath>audiocaptureplugins/</CapturePluginPath>
+ <CapturePlugin>Generator.dll</CapturePlugin>
+ <StorageAudioFormat>gsm</StorageAudioFormat>
+ <NumBatchThreads></NumBatchThreads>
+ <DeleteNativeFile>no</DeleteNativeFile>
+ <AudioSegmentation>false</AudioSegmentation>
+ <AudioSegmentDuration>10</AudioSegmentDuration>
+ <VoIpPlugin>
+ <Device>\Device\NPF_{2FEDB9F0-F584-48A8-B164-117965F80986}</Device>
+ <!--<LanMasks>10.4.3.4, 1.2.3.4</LanMasks>-->
+ <MediaGateways>10.0.0.102</MediaGateways>
+ </VoIpPlugin>
+ <Generator>
+ <NumConcurrentPorts>1</NumConcurrentPorts>
+ <AudioDuration>5</AudioDuration>
+ <AudioFilename>sine.8KHz.pcm.wav</AudioFileName>
+ </Generator>
+</config> \ No newline at end of file