UNPKG

@aituber-onair/voice

Version:

Voice synthesis library for AITuber OnAir

22 lines (21 loc) 294 B
/** * Voice related type definitions */ export const talkStyles = [ 'talk', 'happy', 'sad', 'angry', 'surprised', ]; /** * Types of emotional expressions */ export const emotions = [ 'neutral', 'happy', 'angry', 'sad', 'surprised', 'relaxed', ];