feat: enhance AudiobookCharacterResponse and AudioPlayer for compact mode support

This commit is contained in:
2026-03-13 17:14:33 +08:00
parent e024910411
commit dbfcff3476
6 changed files with 70 additions and 37 deletions

View File

@@ -48,6 +48,8 @@ export interface AudiobookCharacter {
description?: string
instruct?: string
voice_design_id?: number
voice_design_name?: string
voice_design_speaker?: string
use_indextts2?: boolean
}