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>
|
||||||
<TR>
|
<TR>
|
||||||
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
|
||||||
-v
|
--a-rtext
|
||||||
</TD>
|
</TD>
|
||||||
<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>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
</TABLE>
|
</TABLE>
|
||||||
|
|||||||
@@ -125,12 +125,23 @@
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-v</option>
|
<term><option>--a-rtext</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Verbose mode. Includes the residual signal in
|
<para>Includes the residual signal in the analysis
|
||||||
the analysis file. This will make the file very
|
file. This will make the file very big, much
|
||||||
big, much larger than even the decoded file.</para>
|
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>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user