Skip to content

Commit

Permalink
✨ models: Add start and end timestamp to dialogue type
Browse files Browse the repository at this point in the history
  • Loading branch information
lowczarc committed Feb 15, 2024
1 parent c06a947 commit 119fb94
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 408 deletions.
2 changes: 2 additions & 0 deletions lib/transcribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const ResultType = t.intersection([
t.type({
speaker: t.number,
text: t.string,
start: t.number,
end: t.number,
}),
),
}),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyfire-js",
"version": "0.2.50",
"version": "0.2.51",
"main": "index.js",
"types": "index.d.ts",
"author": "Lancelot Owczarczak <[email protected]>",
Expand Down
Loading

0 comments on commit 119fb94

Please sign in to comment.