From b1b7c92aa96af5502f276819b628b05d54f4655c Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 16 Oct 2022 22:55:45 +0300 Subject: nearly works --- src/audio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio.h') diff --git a/src/audio.h b/src/audio.h index f7f4ae4..2ca554d 100644 --- a/src/audio.h +++ b/src/audio.h @@ -1,8 +1,8 @@ #ifndef AUDIO_H #define AUDIO_H -int audip_play(char *buf); +int audio_play(char *buf); -int audio_record(int fd); +int audio_record(char *buf); #endif -- cgit v1.2.3