Interface VoiceProsodyInterface

All Known Implementing Classes:
MaryTTSComponent

public interface VoiceProsodyInterface
  • Method Details

    • setEmotion

      void setEmotion(String newEmo)
      sets prosody to STRESS ANGER or CONFUSION
      Parameters:
      newEmo - the new prosody to be used
    • getEmotion

      String getEmotion()
      returns the current emotion in use
    • getVoice

      String getVoice()
    • setVoice

      void setVoice(String v)