From 10c98b106dbb7ee90aca745c7c100a43f80fa01e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 15 Aug 2014 21:27:30 +0200 Subject: Port JACK patch to this toolame --- common.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index aa50c4f..36d65a1 100644 --- a/common.h +++ b/common.h @@ -89,6 +89,7 @@ #include #include +#include /* Structure for Reading Layer II Allocation Tables from File */ @@ -162,6 +163,17 @@ enum byte_order { order_unknown, order_bigEndian, order_littleEndian }; extern enum byte_order NativeByteOrder; + +typedef struct music_in_s +{ + /* Data for the wav input */ + FILE* wav_input; + + /* Data for the jack input */ + jack_client_t* jack_client; + const char* jack_name; +} music_in_t; + /* "bit_stream.h" Type Definitions */ -- cgit v1.2.3