Ears-104
Commercial in Confidence
Copyright © 2021, all rights reserved by Exacom, Inc.
20
Mode 1 = 0.0045 x 8,000Hz = 36Hz
Mode 2 = 0.0125 x 8,000Hz = 100Hz
Mode 3 = 0.0250 x 8,000Hz = 200Hz
Entries are specif ied as whole numbers 0-3 and are not wrapped in quotes.
Enable4Wire -
(default “false”)
Specif ies whether to use 4 Wire audio input mode or not. The def ault
value is f alse with 4Wire being disabled. Entries should be specif ied as either true or f alse and are
wrapped in quotations.
Enable -
(default “true”)
Set this equal to true or f alse to selectively enable or disable a channel. The
def ault value f or is true. Enter the words true or f alse wrapped in quotations.
NOTE: This is not
currently supported and may cause unstable operation.
MaxFileTime - (default 300)
Set this to specif y how long in duration, in seconds, a capture can
become bef ore it is closed, and a new capture is started. Enter the desired value as whole number not
wrapped in quotations.
MaxFileSize - (default 0)
Set this to specif y how large a particular capture f ile can become in size
bef ore it is closed, and a new capture is started. Zero means that there is no size restriction and the f ile
can grow as large as it needs to be permitting MaxFileTime does not stop the record f irst. Enter the
desired value as a whole number not wrapped in quotations.
Channel = {
Channel1 = {
Channel = 1;
// The system will consider this channel 1
Source = "Port1";
// This tells where to capture data from
Trigger = [
"VoxTrigger1"
// Enable recording based on signal power
];
Sink = [
"VoxTrigger1",
// VoxTrigger gets data stream to detect voice
"Chan1File"
// Writes the data to a file
];
}; // Channel 1
Channel2 = {
Channel = 2;
// The system will consider this channel 2
Source = "Port2";
// This tells where to capture data from
Enable4Wire =
“false”;
// Here to MaxFileSize are the defaults for Channel
Gain = 0;
AgcTarget = 0;
MaxAgc = 12.0;
AgcCutoff = -40.0;
Enable = true;
MaxFileTime = 300;
MaxFileSize = 0;
// End of default values
Trigger = [
"VoxTrigger2"
// This will record based on signal power
];
Sink = [
"VoxTrigger2",
// VoxTrigger gets data stream to detect voice
"Chan2File"
// Writes the data to a file
];
}; // Channel 2
Channel3 = {
Channel = 3;
// The system will consider this channel 3
Source = "Port3";
// This tells where to capture data from
Trigger = [
"VoxTrigger3"
// Enable recording based on signal power