summaryrefslogtreecommitdiff
path: root/orkaudio/config-template.xml
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-08-22 13:59:32 +0000
committerHenri Herscher <henri@oreka.org>2006-08-22 13:59:32 +0000
commit7c0d0c7e260577acfec500729449622be49d45ec (patch)
tree9ce903015dd0e9c4aca50986690e3d6f86c754fe /orkaudio/config-template.xml
parentb65a07740585c5eb68a304e44b64201119968464 (diff)
Added CapturePortFilters and TapeProcessors config parameters to the template config files.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@330 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/config-template.xml')
-rw-r--r--orkaudio/config-template.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/orkaudio/config-template.xml b/orkaudio/config-template.xml
index 0c858a8..4cc653f 100644
--- a/orkaudio/config-template.xml
+++ b/orkaudio/config-template.xml
@@ -24,6 +24,9 @@
<AudioSegmentation>false</AudioSegmentation>
<AudioSegmentDuration>10</AudioSegmentDuration>
+
+ <CapturePortFilters>LiveMonitoring</CapturePortFilters>
+ <TapeProcessors>BatchProcessing, Reporting</TapeProcessors>
<VoIpPlugin>
<!-- Use this if you want to force capture from a given list of devices. -->
@@ -50,4 +53,4 @@
<AudioDuration>5</AudioDuration>
<AudioFilename>sine.8KHz.pcm.wav</AudioFilename>
</GeneratorPlugin>
-</config> \ No newline at end of file
+</config>