Metatell AI Bot - v0.0.10
    Preparing search index...
    interface VoiceHandlers {
        getLocalPcmStream?: () => AsyncIterable<Int16Array<ArrayBufferLike>>;
        onRemotePcm?: (
            pcm: Int16Array,
            meta: { fromIdentity?: string },
        ) => void | Promise<void>;
    }
    Index

    Properties

    getLocalPcmStream?: () => AsyncIterable<Int16Array<ArrayBufferLike>>
    onRemotePcm?: (
        pcm: Int16Array,
        meta: { fromIdentity?: string },
    ) => void | Promise<void>