summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_channel_pub.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2008-02-14 17:47:08 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:11:15 +0200
commit4ebbd1d797c05f3cbadd94fcd834bc5957b49e5a (patch)
treec060c5c8c2919e11ec520e43a2671da881b064dd /software/include/oct6100api/oct6100_channel_pub.h
parentac89cd86e5cd7d7eb95c832abefe5e6299fd0061 (diff)
importing OCT612x-01.01.01
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;