<?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>Voice Conversion Experiment and Conclusion</name>
  <metadata>
  <md:version>1.3</md:version>
  <md:created>2004/12/12 15:09:19 US/Central</md:created>
  <md:revised>2004/12/17 20:20:13.302 US/Central</md:revised>
  <md:authorlist>
      <md:author id="jyeechen">
      <md:firstname>Justin</md:firstname>
      
      <md:surname>Chen</md:surname>
      <md:email>jyeechen@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="jyeechen">
      <md:firstname>Justin</md:firstname>
      
      <md:surname>Chen</md:surname>
      <md:email>jyeechen@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:maintainer id="richb">
      <md:firstname>Richard</md:firstname>
      <md:othername>G.</md:othername>
      <md:surname>Baraniuk</md:surname>
      <md:email>richb@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Voice conversion</md:keyword>
  </md:keywordlist>

  <md:abstract>The results of an experiment testing our voice conversion algorithm and possible ways to improve it.</md:abstract>
</metadata>

  <content>
<section id="introduction">
<name>Description of Experiment</name>
<para id="experiment1">
To test our voice conversion algorithm, we administered a speaker identification test to twelve randomly selected people.  Prior to the experiment, we recorded speech samples from four different speakers (two male and two female) and used our algorithm to convert between various combinations of their voices.  For example, we took the sound of speaker #1 (the "source speaker") saying a certain phrase and converted it to the voice of speaker #2 (the "target speaker"). The participants listened to a series of these synthesized sounds, and we asked them to identify the speaker (the target) as well as the speaker's gender.  
</para>
</section>
<section id="results">
<name>Results of Experiment</name>
<para id="result1">
The target speaker was correctly identified <term>74%</term> of the time.
</para>
<para id="result2">
The target speaker's gender was correctly identified <term>93%</term> of the time.
</para>
<figure id="graph">
<name>Graph of Gender-specific Conversion Accuracy</name>
<media type="image/jpeg" src="experiment.JPG"/>
<caption>The first bar, "Female to Female," indicates a conversion from a female source speaker to a female target speaker was correctly identified 83% of the time.</caption>
</figure>
</section>
<section id="conclusion">
<name>Conclusions</name>
<para id="conc1">
Our voice conversion system was fairly effective at imitating a certain target speaker.  From the "Gender-Specific Conversion Accuracy" graph, it can be implied that our system was better at converting female source speakers than male source speakers.  One reason for this may be that the voices of the two male speakers used in the experiment had only a minor difference in pitch.  The female speakers' voices, however, had a more noticeable difference.
</para>
</section>
<section id="future">
<name>Possible Improvements</name>
<para id="future1">
At its current state, our system can only convert between two voices when it has samples of the speakers saying the same word or phrase.  In order to make our system text-independent, we would need to implement <term>neural mapping</term>.  This could be accomplished by using the <term>cepstrum</term> to identify certain characteristic sounds (such as vowel sounds) in the target speaker's speech sample and mapping their filters to the corresponding characteristic sounds in the source speaker's sample.  In addition to adding text-independence to our system, we could add a <term>band-pass filter</term> at the end of our system to help eradicate speech artifacts in our synthesized sounds.  The filter would block out frequencies that are not in the range of human speech.
</para>
</section>



  </content>
</document>
