org.foray.speech
Class Voice4a
java.lang.Object
org.foray.speech.Voice4a
- All Implemented Interfaces:
- org.axsl.speech.Voice
public class Voice4a
- extends Object
- implements org.axsl.speech.Voice
The FOray implementation of Voice
.
Constructor Summary |
Voice4a(float pitchMedium)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Voice4a
public Voice4a(float pitchMedium)
- Constructor.
- Parameters:
pitchMedium
- The normal pitch for the "medium" frequency for this
voice.
pitchExtraLow
public float pitchExtraLow()
- Specified by:
pitchExtraLow
in interface org.axsl.speech.Voice
pitchLow
public float pitchLow()
- Specified by:
pitchLow
in interface org.axsl.speech.Voice
pitchMedium
public float pitchMedium()
- Specified by:
pitchMedium
in interface org.axsl.speech.Voice
pitchHigh
public float pitchHigh()
- Specified by:
pitchHigh
in interface org.axsl.speech.Voice
pitchExtraHigh
public float pitchExtraHigh()
- Specified by:
pitchExtraHigh
in interface org.axsl.speech.Voice
Copyright © 2017. All rights reserved.