Skip to content

Commit

Permalink
fix: missing speaker in SyncPrerecordedResponse (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 authored and lukeocodes committed Jun 21, 2024
1 parent 7ce44bd commit 119b53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/SyncPrerecordedResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ interface Paragraph {
start: number;
end: number;
num_words: number;
speaker?: number;
}

interface ParagraphGroup {
Expand Down

0 comments on commit 119b53d

Please sign in to comment.