UNPKG

@aituber-onair/voice

Version:

Voice synthesis library for AITuber OnAir

4 lines (3 loc) 184 B
import { Screenplay } from '../types/voice'; export declare const splitSentence: (text: string) => string[]; export declare const textsToScreenplay: (texts: string[]) => Screenplay[];