<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="None">
  <name>Changing Pitch with PSOLA for Voice Conversion</name>
  <metadata>
  <md:version>1.2</md:version>
  <md:created>2004/12/12 14:03:23 US/Central</md:created>
  <md:revised>2004/12/14 20:03:17.735 US/Central</md:revised>
  <md:authorlist>
      <md:author id="upperman">
      <md:firstname>Gina</md:firstname>
      
      <md:surname>Upperman</md:surname>
      <md:email>upperman@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="upperman">
      <md:firstname>Gina</md:firstname>
      
      <md:surname>Upperman</md:surname>
      <md:email>upperman@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jago">
      <md:firstname>Adan</md:firstname>
      
      <md:surname>Galvan</md:surname>
      <md:email>jago@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Diphones</md:keyword>
    <md:keyword>Linear predictor</md:keyword>
    <md:keyword>Pitch</md:keyword>
    <md:keyword>PSOLA</md:keyword>
    <md:keyword>Voice conversion</md:keyword>
  </md:keywordlist>

  <md:abstract>Using PSOLA to change the pitch of a speech signal without changing the voice quality.</md:abstract>
</metadata>

  <content>
    <para id="one">
PSOLA (“Pitch-Synchronous Overlap and Add”) is a method used to manipulate the pitch of a speech signal to match it to that of the target speaker.
</para>
<para id="two">
PSOLA deals with <term>diphones</term>, which are the units of speech that extend from the middle of one region of steady-state sound to the middle of the next; thus, they represent transitions between speech sounds.  Some researchers have suggested that this classification of transitions between sounds is the key element in humans understanding and recognizing segments of speech.
</para>
<para id="three">
The basic algorithm for the PSOLA technique consists of three steps.  First, the speech signal is divided into separate but overlapping smaller signals.  This is accomplished by windowing segments around each “pitch mark” or peak amplitude in the original signal.  The windowed segments usually contain two to four pitch periods.  Secondly, the smaller signals are modified by either repeating or leaving out speech segments, depending on whether the pitch of the target speaker is higher or lower than the pitch of the source speaker.  This modifies the duration of the signal, therefore changing the fundamental frequency.  Lastly, the remaining smaller segments are recombined through overlapping and adding.  The result is a signal with the same spectrum as the original but with a different fundamental frequency.  Thus, the pitch changes, but the other vocal qualities remain the same.
</para>
<para id="four">
The original PSOLA is now often referred to as the <term>TD-PSOLA</term>, for “time domain.”  An alternative is referred to as the <term>LP-PSOLA</term>.  Rather than storing the diphone waveforms, the LP-PSOLA stores LP (“linear predictor”) coefficients in order to represent the segment of a signal.
    </para> 



<section id="references">
<name> References </name>

<para id="ref1"><cite>
Gold, Ben and Nelson Morgan.  Speech and Audio Signal Processing: Processing and Perception of Speech and Music.  John Wiley and Sons, Inc: New York.  2000.
</cite></para>
<para id="ref2"><cite>
Lemmetty, Sami.  Review of Speech Synthesis Technology.  (Master’s Thesis: Helsinki University of Technology)  March 1999.  <link src="http://www.acoustics.hut.fi/~slemmett/dippa/thesis.pdf">http://www.acoustics.hut.fi/~slemmett/dippa/thesis.pdf</link>.
</cite></para>

</section>
  </content>
</document>
