summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_channel_pub.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/oct6100api/oct6100_channel_pub.h')
-rw-r--r--software/include/oct6100api/oct6100_channel_pub.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/software/include/oct6100api/oct6100_channel_pub.h b/software/include/oct6100api/oct6100_channel_pub.h
index 2691e10..945db2a 100644
--- a/software/include/oct6100api/oct6100_channel_pub.h
+++ b/software/include/oct6100api/oct6100_channel_pub.h
@@ -2,7 +2,7 @@
File: oct6100_channel_pub.h
- Copyright (c) 2001-2007 Octasic Inc.
+ Copyright (c) 2001-2008 Octasic Inc.
Description:
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR49 $
+$Octasic_Release: OCT612xAPI-01.01.01 $
-$Octasic_Revision: 84 $
+$Octasic_Revision: 86 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -104,8 +104,9 @@ typedef struct _OCT6100_CHANNEL_OPEN_VQE_
UINT32 ulSoutAutomaticListenerEnhancementGainDb;
UINT32 ulSoutNaturalListenerEnhancementGainDb;
BOOL fSoutNaturalListenerEnhancement;
- BOOL fRoutNoiseReduction;
- INT32 lRoutNoiseReductionLevelGainDb;
+
+ BOOL fRoutNoiseReduction; /* Unsupported feature */
+ INT32 lRoutNoiseReductionLevelGainDb; /* Unsupported feature */
INT32 lAnrSnrEnhancementDb;
UINT32 ulAnrVoiceNoiseSegregation;
UINT32 ulDoubleTalkBehavior;
@@ -223,8 +224,9 @@ typedef struct _OCT6100_CHANNEL_MODIFY_VQE_
UINT32 ulSoutAutomaticListenerEnhancementGainDb;
UINT32 ulSoutNaturalListenerEnhancementGainDb;
BOOL fSoutNaturalListenerEnhancement;
- BOOL fRoutNoiseReduction;
- INT32 lRoutNoiseReductionLevelGainDb;
+
+ BOOL fRoutNoiseReduction; /* Unsupported feature, for testing purposes only */
+ INT32 lRoutNoiseReductionLevelGainDb; /* Unsupported feature, for testing purposes only */
INT32 lAnrSnrEnhancementDb;
UINT32 ulAnrVoiceNoiseSegregation;
UINT32 ulDoubleTalkBehavior;
@@ -375,8 +377,9 @@ typedef struct _OCT6100_CHANNEL_STATS_VQE_
UINT32 ulSoutAutomaticListenerEnhancementGainDb;
UINT32 ulSoutNaturalListenerEnhancementGainDb;
BOOL fSoutNaturalListenerEnhancement;
- BOOL fRoutNoiseReduction;
- INT32 lRoutNoiseReductionLevelGainDb;
+
+ BOOL fRoutNoiseReduction; /* Unsupported feature, for testing purposes only */
+ INT32 lRoutNoiseReductionLevelGainDb; /* Unsupported feature, for testing purposes only */
INT32 lAnrSnrEnhancementDb;
UINT32 ulAnrVoiceNoiseSegregation;
UINT32 ulDoubleTalkBehavior;