Skip to content

Commit

Permalink
Added debug_info field to the Segment type (#45)
Browse files Browse the repository at this point in the history
stepanbujnak authored Nov 22, 2023
1 parent d142e0e commit 37f4a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.go
Original file line number Diff line number Diff line change
@@ -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"`
}

0 comments on commit 37f4a13

Please sign in to comment.