aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 2219643..a03db04 100644
--- a/options.h
+++ b/options.h
@@ -17,6 +17,7 @@ typedef struct
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 */
+ int show_level; /* 1=show the sox-like audio level measurement */
}
options;