UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

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