UNPKG

@mintplex-labs/piper-tts-web

Version:

Fork of @diffusion-studio/vits-web for easier built-in PiperTTS use.

8 lines (6 loc) 188 B
import { Voice } from './types'; /** * Retrieves all available voices from huggingface and falls back to local cache. * @returns */ export declare function voices(): Promise<Voice[]>;