Skip to content

Instantly share code, notes, and snippets.

@shehbajdhillon
Last active October 24, 2023 01:11
Show Gist options
  • Select an option

  • Save shehbajdhillon/6ff97224057bd399e529f4e24b704f46 to your computer and use it in GitHub Desktop.

Select an option

Save shehbajdhillon/6ff97224057bd399e529f4e24b704f46 to your computer and use it in GitHub Desktop.
Whisper Output JSON
{
"task": "transcribe",
"language": "english",
"duration": 20.54,
"text": "These are the four biggest challenges I encountered as I transitioned from a startup engineer to a big tech company engineer. And I think so many engineers are not even aware of the gap in skill set that's needed when you go into a medium or large tech company. And even once they're aware, they are not sure how to address the gap. And that's actually the whole point of the company I'm building.",
"segments": [
{
"id": 0,
"start": 0.0,
"end": 5.92,
"text": " These are the four biggest challenges I encountered as I transitioned from a startup engineer to a big tech company engineer.",
// Remaining Data
},
{
"id": 1,
"start": 6.16,
"end": 13.76,
"text": " And I think so many engineers are not even aware of the gap in skill set that's needed when you go into a medium or large tech company.",
// Remaining Data
},
// Remaining Segments
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment