From 4ebbd1d797c05f3cbadd94fcd834bc5957b49e5a Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Thu, 14 Feb 2008 17:47:08 +0200 Subject: importing OCT612x-01.01.01 --- software/include/oct6100api/oct6100_channel_pub.h | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'software/include/oct6100api/oct6100_channel_pub.h') 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; -- cgit v1.2.3