#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "speex/speex_echo.h"
#include "speex/speex_preprocess.h"
Defines | |
#define | NN 128 |
#define | TAIL 1024 |
Functions | |
int | main (int argc, char **argv) |
#define NN 128 |
#define TAIL 1024 |
int main | ( | int | argc, | |
char ** | argv | |||
) |