|
fixedtones.cc File Reference
#include <string.h>
#include <sys/stat.h>
#include <termios.h>
#include <unistd.h>
#include <netinet/in.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/soundcard.h>
#include <rfftw.h>
#include <math.h>
#include <sys/time.h>
#include <pthread.h>
#include <driver.h>
#include <drivertable.h>
#include "error.h"
Define Documentation
#define AUDIO_SLEEP_TIME_USEC 100000
|
|
#define LENGTH 1 /* how many tenth of seconds of samplig max */
|
|
#define RATE 16000 /* the sampling rate */
|
|
#define CHANNELS 2 /* 1 = mono 2 = stereo */
|
|
#define SIZE 16 /* bits, 8 or 16 */
|
|
#define MIN_FREQUENCY 800
|
|
#define nIterations 10000
|
|
Function Documentation
Variable Documentation
Generated on Tue May 3 14:15:39 2005 for Player by 1.3.6
|