/** * Speech module — text-to-speech via the Web Speech API with robust voice * loading, gesture unlock, speakers and a prioritized queue. */ export { SpeechService, speechService } from './SpeechService.js'; export { filterVoicesByLocale, normalizeSpeakerSettings, pickVoice, splitIntoChunks, } from './speech-utils.js'; export type { VoiceLike } from './speech-utils.js'; export { DEFAULT_SPEAKER_SETTINGS, SPEECH_PITCH_RANGE, SPEECH_RATE_RANGE, } from './speech-model.js'; export type { SpeakOptions, SpeakerSettings, SpeechPriority, } from './speech-model.js'; //# sourceMappingURL=index.d.ts.map