Skip to content

Commit

Permalink
spec: Use a more typical FlowSegment.timerange in POST example
Browse files Browse the repository at this point in the history
E.g. for 48kHz audio samples with an exclusive timerange end.
  • Loading branch information
philipnbbc committed Nov 28, 2024
1 parent d8eaf72 commit 4c18ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/examples/flow-segment-post.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"object_id": "tams-825c7818-3534-11e9-9e96-9b9372493d75/99c27f3f-ab67-47ae-8dd3-e5c146912b50",
"timerange": "[1520333039:978666666_1520333083:498645833]",
"sample_count": 2088960,
"timerange": "[20:0_21:0)",
"sample_count": 48000,
"sample_offset": 0
}

0 comments on commit 4c18ac9

Please sign in to comment.