Welcome to the EyeBot  Version 7 - RPi1
A Controller For Various Hardware IO
Functions
audio.h File Reference

Header file for audio functionality. More...

#include <stdio.h>
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <errno.h>
#include <unistd.h>
#include <wiringPi.h>
#include "types.h"
#include "timer.h"
#include "inout.h"

Go to the source code of this file.

Functions

void speaker_init (void)
 
int AUBeep (void)
 
int AUTone (int freq, int time)
 
int AUCheckTone (void)
 
int AUPlay (BYTE *sample)
 
int AUCheckPlay (void)
 
int AUMicrophone (void)
 
int AURecord (BYTE *buf, int time, long freq)
 
int AUCheckRecord (void)
 

Detailed Description

Header file for audio functionality.

Author
Rhys Kessey