Table of Contents

Getting started with TMS FNC WX Speech Synthesis

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.
  • Application running in a context that provides access to the platform speech synthesis API.

Add the component

  1. Drop TTMSFNCWXSpeechSynthesis from the component palette onto a form (non-visual).
  2. Set Text to the string to be spoken.
  3. Call Speak to start speech output.

Speak a string

{ In a button's OnClick handler: }
SpeechSynthesis1.Text := 'Hello from TMS FNC WX Pack.';
SpeechSynthesis1.Speak;

Next steps

  • Guides — voice selection, rate, pitch, volume, and speaking-state events.
  • API reference — full class reference.