@aituber-onair/voice
Version:
Voice synthesis library for AITuber OnAir
25 lines (24 loc) • 409 B
JavaScript
;
/**
* Voice related type definitions
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.emotions = exports.talkStyles = void 0;
exports.talkStyles = [
'talk',
'happy',
'sad',
'angry',
'surprised',
];
/**
* Types of emotional expressions
*/
exports.emotions = [
'neutral',
'happy',
'angry',
'sad',
'surprised',
'relaxed',
];