aboutsummaryrefslogtreecommitdiff
path: root/src/audio.h
blob: f7f4ae40b9a6b167c0ce4676fd9ab97be39dfb9a (plain)
1
2
3
4
5
6
7
8
#ifndef AUDIO_H
#define AUDIO_H

int audip_play(char *buf);

int audio_record(int fd);

#endif