From 03bebc12f0fd5006a72e430084146a36d2db7c8d Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 21 Dec 2015 04:21:51 +0100 Subject: Untie Radio and Audio APIs Radio and Audio API functions do not cross-call themselves directly anymore ; this is necessary to have independent plugin binaries (.so) in the near future. (PS : audio buffer securization is WIP) Signed-off-by: Manuel Bachmann --- include/local-def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/local-def.h b/include/local-def.h index 54f5ce0d..961fdd2c 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -76,6 +76,8 @@ typedef int BOOL; #define STATIC static #define FAILED -1 +#define AUDIO_BUFFER "/tmp/buf" + extern int verbose; // this is the only global variable // Plugin Type @@ -259,4 +261,4 @@ typedef struct { #include "proto-def.h" -#endif /* LOCAL_DEF_H */ \ No newline at end of file +#endif /* LOCAL_DEF_H */ -- cgit 1.2.3-korg