mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
update analysis options
This commit is contained in:
@@ -195,10 +195,18 @@
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
||||
-v
|
||||
--a-rtext
|
||||
</TD>
|
||||
<TD>
|
||||
Verbose mode. Includes the residual signal in the analysis file. This will make the file <B>very</B> big, much larger than even the decoded file.
|
||||
Includes the residual signal in the analysis file. This will make the file <B>very</B> big, much larger than even the decoded file.
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
||||
--a-rgp
|
||||
</TD>
|
||||
<TD>
|
||||
Generates a gnuplot file for every subframe; each file will contain the residual distribution of the subframe. This will create a <B>lot</B> of files.
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
@@ -125,12 +125,23 @@
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<term><option>--a-rtext</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Verbose mode. Includes the residual signal in
|
||||
the analysis file. This will make the file very
|
||||
big, much larger than even the decoded file.</para>
|
||||
<para>Includes the residual signal in the analysis
|
||||
file. This will make the file very big, much
|
||||
larger than even the decoded file.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--a-rgp</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Generates a gnuplot file for every subframe;
|
||||
each file will contain the residual distribution
|
||||
of the subframe. This will create a lot of
|
||||
files.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user