diff --git a/common.go b/common.go index 5a780a7..f6f0f3c 100644 --- a/common.go +++ b/common.go @@ -35,4 +35,6 @@ type Segment struct { AudioPitch *int64 `json:"audio_pitch"` AudioSpeed *int64 `json:"audio_speed"` MelodyTransposition *int64 `json:"melody_transposition"` + + DebugInfo any `json:"debug_info,omitempty"` }