summaryrefslogtreecommitdiff
path: root/distribution/orkaudio-win32-binary/config.xml
blob: b71675cb7f3ced3c3491f1932265bc3fcf083d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<config>
	<!-- Uncomment the plugin you want to use -->
	<CapturePlugin>VoIP.dll</CapturePlugin>
	<!--<CapturePlugin>Generator.dll</CapturePlugin>-->
	<!--<CapturePlugin>SoundDevice.dll</CapturePlugin>-->
	<CapturePluginPath>audiocaptureplugins/</CapturePluginPath>	
	
	<!-- Audio file storage format: choose from: native, gsm, ulaw, alaw -->
	<StorageAudioFormat>gsm</StorageAudioFormat>
	
	<!-- If you want to keep native audio files as well as compressed, change this to "no" -->
	<DeleteNativeFile>yes</DeleteNativeFile>
	
	<TrackerHostname>localhost</TrackerHostname>
	<EnableReporting>false</EnableReporting>
	<ClientTimeout>1000</ClientTimeout>
	
	<NumBatchThreads></NumBatchThreads>
	
	<AudioSegmentation>false</AudioSegmentation>
	<AudioSegmentDuration>10</AudioSegmentDuration>
	
	<VoIpPlugin>
		<!-- Microsoft Windows style network device: -->
		<!--<Device>\Device\NPF_{2FEDB9F0-F584-48A8-B164-117965F80986}</Device>-->
		<!-- Unix style network device: -->
		<!--<Device>eth0</Device>-->
		<!-- LanMasks can be ignored if you have standard LAN addresses (192.168.x.x or 10.x.x.x) -->
		<!--<LanMasks>10.4.3.4, 1.2.3.4</LanMasks>-->
		<!-- The following is a csv list of your PBX, PSTN gateway or such "gateway" devices -->
		<!--<MediaGateways>10.0.0.102</MediaGateways>-->
	</VoIpPlugin>
	<GeneratorPlugin>
		<NumConcurrentPorts>1</NumConcurrentPorts>
		<AudioDuration>5</AudioDuration>
		<AudioFilename>sine.8KHz.pcm.wav</AudioFileName>
	</GeneratorPlugin>
</config>