UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

10 lines 276 B
var voiceList = ['alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer']; export default voiceList; export var getOpenaiVoiceOptions = function getOpenaiVoiceOptions() { return voiceList.map(function (voice) { return { label: voice, value: voice }; }); };