Declared in STMediaParams_doc.h

Overview

This struct describes the parameters for processing playing silence durations playing sythesized audio.

A STSSPlaySilenceParams object can be created as follows:

let stSSPlaySilenceParams = STSSPlaySilenceParams()

Tasks

  •   preStartSilenceDurationMs

    For Speech Synthesis only. Duration of silence to play before the synthesized speech starts to play. The default value is 0.0.

      property
  •   postFinishSilenceDurationMs

    For Speech Synthesis only. Duration of silence to play after all synthesized speech has completed playing. The default value is 0.0.

      property
  •   interPhraseSilenceDurationMs

    For Speech Synthesis only. Duration of silence to play between phrases. The default value is 0.0.

      property
  •   interParagraphSilenceDurationMs

    For Speech Synthesis only. Duration of silence to play between paragraphs. The default value is 0.0.

      property
  •   skipSilenceDurationMs

    For Speech Synthesis only. Duration of silence to play after skipping before start of playing of speech synthesis. The default value is 0.0.

      property

Properties

interParagraphSilenceDurationMs

var interParagraphSilenceDurationMs: TimeInterval?

Discussion

For Speech Synthesis only. Duration of silence to play between paragraphs. The default value is 0.0.

Declared In

STMediaParams_doc.h

interPhraseSilenceDurationMs

var interPhraseSilenceDurationMs: TimeInterval?

Discussion

For Speech Synthesis only. Duration of silence to play between phrases. The default value is 0.0.

Declared In

STMediaParams_doc.h

postFinishSilenceDurationMs

var postFinishSilenceDurationMs: TimeInterval?

Discussion

For Speech Synthesis only. Duration of silence to play after all synthesized speech has completed playing. The default value is 0.0.

Declared In

STMediaParams_doc.h

preStartSilenceDurationMs

var preStartSilenceDurationMs: TimeInterval?

Discussion

For Speech Synthesis only. Duration of silence to play before the synthesized speech starts to play. The default value is 0.0.

Declared In

STMediaParams_doc.h

skipSilenceDurationMs

var skipSilenceDurationMs: TimeInterval?

Discussion

For Speech Synthesis only. Duration of silence to play after skipping before start of playing of speech synthesis. The default value is 0.0.

Declared In

STMediaParams_doc.h