UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

12 lines (10 loc) 271 B
import locales_default from "../data/locales.mjs"; //#region src/core/utils/getVoiceList.ts const getVoiceLocaleOptions = () => { return Object.entries(locales_default).map(([value, label]) => ({ label, value })); }; //#endregion export { getVoiceLocaleOptions };