webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions | Variables
simpleKenny.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <ctype.h>
#include <math.h>
#include "isac.h"
#include "utility.h"
#include "webrtc/base/format_macros.h"

Macros

#define MAX_FRAMESAMPLES_SWB   1920
 
#define FRAMESAMPLES_SWB_10ms   320
 
#define FRAMESAMPLES_WB_10ms   160
 
#define FS_SWB   32000
 
#define FS_WB   16000
 

Functions

int main (int argc, char *argv[])
 

Variables

unsigned long framecnt = 0
 

Macro Definition Documentation

◆ FRAMESAMPLES_SWB_10ms

#define FRAMESAMPLES_SWB_10ms   320

◆ FRAMESAMPLES_WB_10ms

#define FRAMESAMPLES_WB_10ms   160

◆ FS_SWB

#define FS_SWB   32000

◆ FS_WB

#define FS_WB   16000

◆ MAX_FRAMESAMPLES_SWB

#define MAX_FRAMESAMPLES_SWB   1920

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ framecnt

unsigned long framecnt = 0