UNPKG

node-diarization

Version:

Transcription and diarization using Whisper and Pyannote with NodeJS

5 lines (4 loc) 267 B
import { Options } from "./types/Options"; import { ShellParsedResult, ShellResult } from "./types/TaskResult"; export declare const mergeOptions: (...options: Options[]) => any; export declare const parseShellResult: (shellResult: ShellResult) => ShellParsedResult;