UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

5 lines (4 loc) 230 B
import type { SelectProps } from 'antd'; declare const voiceList: readonly ["alloy", "echo", "fable", "onyx", "nova", "shimmer"]; export default voiceList; export declare const getOpenaiVoiceOptions: () => SelectProps['options'];