sherpa-onnx-node-addon-api
    Preparing search index...

    Interface OfflineTtsPocketModelConfig

    interface OfflineTtsPocketModelConfig {
        decoder?: string;
        encoder?: string;
        lmFlow?: string;
        lmMain?: string;
        textConditioner?: string;
        tokenScoresJson?: string;
        vocabJson?: string;
        voiceEmbeddingCacheCapacity?: number;
    }
    Index

    Properties

    decoder?: string
    encoder?: string
    lmFlow?: string
    lmMain?: string
    textConditioner?: string
    tokenScoresJson?: string
    vocabJson?: string
    voiceEmbeddingCacheCapacity?: number