<?xml version="1.0"?>
<params>
	<emotion name="happy">
        <PITCH  RANGE ="+150%" BASE="+50%"/>
        <VOLUME LEVEL="+74%"/>
        <RATE   SPEED="+20%"/>
    </emotion>
    <emotion name="angry">
        <PITCH  RANGE ="+150%" BASE="-10%"/>
        <VOLUME LEVEL="+100%"/>
        <RATE   SPEED="+60%"/>
    </emotion>
	<emotion name="sad">
        <PITCH  RANGE ="0%" BASE="+30%"/>
        <VOLUME LEVEL="-10%"/>
        <RATE   SPEED="-20%"/>
	</emotion>
    <emotion name="neutral">
        <PITCH  RANGE ="15%" BASE="0%"/>
        <VOLUME LEVEL="0%"/>
        <RATE   SPEED="+10%"/>
    </emotion>
</params>
