14 lines
827 B
TypeScript
14 lines
827 B
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_118 = VersionInfo.of({
|
|
version: '0.2.118:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
'Text-to-speech (audio-first Recaps). New POST /relay/tts endpoint synthesizes topic summaries into speech via Spark Control (Kokoro on operator hardware, with ElevenLabs as a swappable cloud alternative), so the Recaps app can play a recap back-to-back like a podcast. /relay/capabilities now advertises has_tts so the app knows when to offer the feature. Billed as one credit per recap (all topics share a job id). Requires Spark Control v0.14.0+ for the Kokoro backend; default voice bm_george, mp3 output. Additive — existing transcription/analysis are unchanged.',
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|