@onjmin/dtm
    Preparing search index...

    Type Alias SpeechPlannerOptions

    type SpeechPlannerOptions = {
        baseUrl?: string;
        onProgress?: SpeechProgressListener;
    }
    Index

    Properties

    baseUrl?: string

    アセットのベース URL(末尾 / は無くてもよい)。既定 DEFAULT_TTS_BASE_URL。

    ダウンロード進捗(全アセット合算のバイト数)。getSpeechPlanner に渡した場合、 計画器が既に存在していても購読として追加される(SpeechPlanner.onProgress)。