refactor: share speech normalization helpers

This commit is contained in:
Peter Steinberger
2026-03-26 21:49:20 +00:00
parent ce9dff1458
commit 29069bd250
4 changed files with 20 additions and 49 deletions

View File

@@ -3,4 +3,10 @@
export type { SpeechProviderPlugin } from "../plugins/types.js";
export type { SpeechVoiceOption } from "../tts/provider-types.js";
export { parseTtsDirectives } from "../tts/tts-core.js";
export {
normalizeApplyTextNormalization,
normalizeLanguageCode,
normalizeSeed,
parseTtsDirectives,
requireInRange,
} from "../tts/tts-core.js";