UNPKG

@aituber-onair/core

Version:

Core library for AITuber OnAir providing voice synthesis and chat processing

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