6 int usepsy
; /* TRUE by default, use the psy model */
7 int usepadbit
; /* TRUE by default, use a padding bit */
8 int quickmode
; /* FALSE calculate psy model for every frame */
9 int quickcount
; /* 10 when quickmode = TRUE, calculate psymodel every 10th frame */
10 int downmix
; /* FALSE downmix from stereo to mono */
11 int byteswap
; /* FALSE swap the bytes */
12 int channelswap
; /* FALSE swap the channels */
13 int dab
; /* FALSE DAB extensions */
14 int vbr
; /* FALSE switch for VBR mode */
15 float vbrlevel
; /* 0 level of VBR . higher is better */
16 float athlevel
; /* 0 extra argument to the ATH equation -
17 used for VBR in LAME */
18 int verbosity
; /* 2 by default. 0 is no output at all */