I have a ChatGPT whisper module to generate a transcript. This is the output of it.
I’m trying to combine text, start, and end into one big JSON.
Use a iterator on the segements array and combine it back together with an aggregator as the format you desire.
Hope this helps!