mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 16:41:49 +00:00
refactor: share speech normalization helpers
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user