@onjmin/dtm
    Preparing search index...

    Type Alias SpeechPlanOptions

    type SpeechPlanOptions = {
        emotion?: SpeechEmotion;
        intonationStrength?: number;
        style?: SpeakingStyleInput;
        tone?: string;
    }
    Index

    Properties

    emotion?: SpeechEmotion

    感情(HTS 音声モデルの差し替え)。既定 neutral。未取得の感情を指定したときは SpeechPlanner.prepareEmotion を先に済ませておくこと(済んでいなければ 直前まで使っていた音声モデルのまま計画する)。

    intonationStrength?: number

    イントネーションの強さ 0..4。省略時は style の抑揚(neutral で 1)。

    style?: SpeakingStyleInput

    話し方プリセット("neutral" / "calm" / "lively"、またはプリセット+上書き)。 話速・抑揚幅・基準ピッチ・ポーズ倍率・モーラ長コントラストに効く。既定 neutral。

    tone?: string

    prefix.map 用の音名(多音階音源の収録セット名。省略時 "C4")。