diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-15 21:27:30 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-15 21:27:30 +0200 |
commit | 10c98b106dbb7ee90aca745c7c100a43f80fa01e (patch) | |
tree | 1be45f9a15486e12813729a81e83d32d35578439 /options.h | |
parent | bad1162b921d3c65390ce64c436fa82aaf9ad7c5 (diff) | |
download | toolame-dab-10c98b106dbb7ee90aca745c7c100a43f80fa01e.tar.gz toolame-dab-10c98b106dbb7ee90aca745c7c100a43f80fa01e.tar.bz2 toolame-dab-10c98b106dbb7ee90aca745c7c100a43f80fa01e.zip |
Port JACK patch to this toolame
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ typedef struct float athlevel; /* 0 extra argument to the ATH equation - used for VBR in LAME */ int verbosity; /* 2 by default. 0 is no output at all */ + int enable_jack; /* 1=use JACK input, 2=use wav input */ } options; |