Files
openchamber/packages/web/server/lib/tts/index.js
T

17 lines
249 B
JavaScript
Raw Normal View History

/**
* TTS Module Entry Point
*
* Public export surface for the Text-to-Speech domain module.
*/
export {
ttsService,
TTSService,
TTS_VOICES,
} from './service.js';
export {
summarizeText,
sanitizeForTTS,
} from './summarization.js';