docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum TextToSpeechMessageType

    A unified selection of output streams and mechanisms for text-to-speech (TTS) injection.

    Namespace: Unity.Services.Vivox
    Assembly: Unity.Services.Vivox.dll
    Syntax
    public enum TextToSpeechMessageType

    Fields

    Name Description
    LocalPlayback

    Immediately play back locally on a render device (for example, speaker hardware). Mixes new messages with any other ongoing messages.

    QueuedLocalPlayback

    Play back locally on a render device (for example, speaker hardware), or enqueue if there is already an ongoing message playing in this destination.

    QueuedRemoteTransmission

    Send to participants in connected sessions, or enqueue if there is already an ongoing message playing in this destination.

    QueuedRemoteTransmissionWithLocalPlayback

    Play back locally on a render device and send to participants in connected sessions. Enqueue if there is already an ongoing message playing in this destination.

    RemoteTransmission

    Immediately send to participants in connected sessions (according to the transmission policy). Mixes new messages with any other ongoing messages.

    RemoteTransmissionWithLocalPlayback

    Immediately play back locally on a render device and send to participants in connected sessions (according to the transmission policy). Mixes new messages with any other ongoing messages.

    ScreenReader

    Immediately play back locally on a render device (for example, speaker hardware). Replaces the currently playing message in this destination.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)