⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 amf_agcrmsn.h

📁 ADI SHARC DSP 音频算法标准模块库
💻 H
字号:
// Copyright(c) 2006 Analog Devices, Inc.  All Rights Reserved
// This software is proprietary and confidential to Analog Devices, Inc. and its licensors.

// File    : $Id: //depot/Development/VisualAudio/Modules/Packs/ControlRatePack/2.5.0/SHARC/include/AMF_AGCRmsN.h#2 $ 
// Part of : VisualAudio V2.5.0 
// Updated : $Date: 2007/07/02 $ by $Author: Kishore $

// Automatically generated VisualAudio render function AMF_AGCRmsN_Render

#ifndef _AMF_AGCRmsN_H
#define _AMF_AGCRmsN_H



#include "AudioProcessing.h"

#ifdef __ECC__
typedef struct
{
 
  AMF_ModuleVariable b;

  float recipN;
}AMF_AGCRmsN;



extern const AMF_ModuleVariableClass AMFClassAGCRmsN;
void AMF_AGCRmsN_Render(AMF_AGCRmsN * restrict instance, float * restrict * buffers, int tickSize);

#else

#define AMF_AGCRmsN_inputPinCount         AMF_ModuleVariable_inputPinCount
#define AMF_AGCRmsN_recipN                 (AMF_ModuleVariable_SIZE)
#endif

#endif // _AMF_AGCRmsN_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -