File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @openclaw/speech-core" ,
3+ "version" : " 2026.6.2" ,
4+ "private" : true ,
5+ "description" : " OpenClaw speech runtime package" ,
6+ "type" : " module" ,
7+ "devDependencies" : {
8+ "@openclaw/plugin-sdk" : " workspace:*"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ export {
2+ buildTtsSystemPromptHint ,
3+ getLastTtsAttempt ,
4+ getResolvedSpeechProviderConfig ,
5+ getTtsMaxLength ,
6+ getTtsPersona ,
7+ getTtsProvider ,
8+ isSummarizationEnabled ,
9+ isTtsEnabled ,
10+ isTtsProviderConfigured ,
11+ listSpeechVoices ,
12+ listTtsPersonas ,
13+ maybeApplyTtsToPayload ,
14+ resolveExplicitTtsOverrides ,
15+ resolveTtsAutoMode ,
16+ resolveTtsConfig ,
17+ resolveTtsPrefsPath ,
18+ resolveTtsProviderOrder ,
19+ setLastTtsAttempt ,
20+ setSummarizationEnabled ,
21+ setTtsEnabled ,
22+ setTtsMaxLength ,
23+ setTtsPersona ,
24+ setTtsProvider ,
25+ synthesizeSpeech ,
26+ streamSpeech ,
27+ textToSpeech ,
28+ textToSpeechStream ,
29+ textToSpeechTelephony ,
30+ testApi as _test ,
31+ testApi ,
32+ type ResolvedTtsConfig ,
33+ type ResolvedTtsModelOverrides ,
34+ type TtsDirectiveOverrides ,
35+ type TtsDirectiveParseResult ,
36+ type TtsResult ,
37+ type TtsSynthesisResult ,
38+ type TtsSynthesisStreamResult ,
39+ type TtsStreamResult ,
40+ type TtsTelephonyResult ,
41+ } from "openclaw/plugin-sdk/tts-runtime" ;
Original file line number Diff line number Diff line change 1+ export {
2+ buildTtsSystemPromptHint ,
3+ getLastTtsAttempt ,
4+ getResolvedSpeechProviderConfig ,
5+ getTtsMaxLength ,
6+ getTtsPersona ,
7+ getTtsProvider ,
8+ isSummarizationEnabled ,
9+ isTtsEnabled ,
10+ isTtsProviderConfigured ,
11+ listSpeechVoices ,
12+ listTtsPersonas ,
13+ maybeApplyTtsToPayload ,
14+ resolveExplicitTtsOverrides ,
15+ resolveTtsAutoMode ,
16+ resolveTtsConfig ,
17+ resolveTtsPrefsPath ,
18+ resolveTtsProviderOrder ,
19+ setLastTtsAttempt ,
20+ setSummarizationEnabled ,
21+ setTtsEnabled ,
22+ setTtsMaxLength ,
23+ setTtsPersona ,
24+ setTtsProvider ,
25+ synthesizeSpeech ,
26+ streamSpeech ,
27+ textToSpeech ,
28+ textToSpeechStream ,
29+ textToSpeechTelephony ,
30+ testApi as _test ,
31+ testApi ,
32+ type ResolvedTtsConfig ,
33+ type ResolvedTtsModelOverrides ,
34+ type TtsDirectiveOverrides ,
35+ type TtsDirectiveParseResult ,
36+ type TtsResult ,
37+ type TtsSynthesisResult ,
38+ type TtsSynthesisStreamResult ,
39+ type TtsStreamResult ,
40+ type TtsTelephonyResult ,
41+ } from "openclaw/plugin-sdk/tts-runtime" ;
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../tsconfig.base.json" ,
3+ "compilerOptions" : {
4+ "outDir" : " ./dist" ,
5+ "rootDir" : " ./" ,
6+ "composite" : true
7+ },
8+ "include" : [" *.ts" , " src/**/*.ts" ],
9+ "exclude" : [" node_modules" , " dist" ]
10+ }
You can’t perform that action at this time.
0 commit comments