Closed slifty closed 3 years ago
Captions seem to be coming in correctly, but the SRT generator is generating some characters out of order.
For example:
00:18:37,332 --> 00:21:30,488 COU>>LD BE. 00:18:37,332 --> 00:21:31,189 R>>EPORTER: AND IN FACT, SAID
When a raw output of the captions is:
>> COULD BE. >> REPORTER: AND IN FACT, SAID
This probably just means something in the SRT appliance is not properly await-ing and it's resulting in a race condition.
await
Task
Description
Captions seem to be coming in correctly, but the SRT generator is generating some characters out of order.
For example:
When a raw output of the captions is:
This probably just means something in the SRT appliance is not properly
await
-ing and it's resulting in a race condition.