summaryrefslogtreecommitdiff
path: root/opcodes/pvoc.xml
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2011-07-26 23:02:40 -0400
committerFelipe Sateler <fsateler@debian.org>2011-07-26 23:02:40 -0400
commit3a91171181113761a14bcc36a086a8dda144b77b (patch)
tree7affbde923b0131e3e954519a8afb24cd408982d /opcodes/pvoc.xml
parente99de1fa9e7b72351523a958cb2a13557884f0a4 (diff)
Imported Upstream version 5.13~dfsg
Diffstat (limited to 'opcodes/pvoc.xml')
-rw-r--r--opcodes/pvoc.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/opcodes/pvoc.xml b/opcodes/pvoc.xml
index 5cb6c56..3f880f4 100644
--- a/opcodes/pvoc.xml
+++ b/opcodes/pvoc.xml
@@ -6,13 +6,11 @@
<refentrytitle>pvoc</refentrytitle>
</refmeta>
-
-
<refnamediv>
<refname>pvoc</refname>
<refpurpose>
Implements signal reconstruction using an fft-based phase vocoder.
- </refpurpose>
+ </refpurpose>
</refnamediv>
<refsect1>
@@ -39,7 +37,7 @@
</para>
<para>
- <emphasis>iextractmode</emphasis> (optional) -- determines if spectral extraction will be carried out and if so whether components that have changes in frequency below <emphasis>ifreqlim</emphasis> or above <emphasis>ifreqlim</emphasis> will be discarded. A value for <emphasis>iextractmode</emphasis> of 1 will cause <emphasis>pvadd</emphasis> to synthesize only those components where the frequency difference between analysis frames is greater than <emphasis>ifreqlim</emphasis>. A value of 2 for <emphasis>iextractmode</emphasis> will cause <emphasis>pvadd</emphasis> to synthesize only those components where the frequency difference between frames is less than <emphasis>ifreqlim</emphasis>. The default values for <emphasis>iextractmode</emphasis> and <emphasis>ifreqlim</emphasis> are 0, in which case a simple resynthesis will be done. See examples under <link linkend="pvadd"><citetitle>pvadd</citetitle></link> for how to use spectral extraction.
+ <emphasis>iextractmode</emphasis> (optional) -- determines if spectral extraction will be carried out and if so whether components that have changes in frequency below <emphasis>ifreqlim</emphasis> or above <emphasis>ifreqlim</emphasis> will be discarded. A value for <emphasis>iextractmode</emphasis> of 1 will cause <emphasis>pvoc</emphasis> to synthesize only those components where the frequency difference between analysis frames is greater than <emphasis>ifreqlim</emphasis>. A value of 2 for <emphasis>iextractmode</emphasis> will cause <emphasis>pvoc</emphasis> to synthesize only those components where the frequency difference between frames is less than <emphasis>ifreqlim</emphasis>. The default values for <emphasis>iextractmode</emphasis> and <emphasis>ifreqlim</emphasis> are 0, in which case a simple resynthesis will be done. See examples under <link linkend="pvadd"><citetitle>pvadd</citetitle></link> for how to use spectral extraction.
</para>
<para>