UNPKG

edge-tts-client

Version:

Client-side (web browser) implementation of Edge TTS package — Microsoft Edge Read Aloud API called to generate free text-to-speech

5 lines (4 loc) 217 B
export { EdgeTTSClient } from './edge-tts-client'; export { ProsodyOptions } from './edge-tts-client'; export type { Voice } from './edge-tts-client'; export { OUTPUT_FORMAT, PITCH, RATE, VOLUME } from './constants';