Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented support for Timestamp Granularity on Audio Transcripts #560

Merged
merged 5 commits into from
May 18, 2024

Conversation

rjeike
Copy link
Contributor

@rjeike rjeike commented May 18, 2024

OpenAI has support for returning timestamps per word rather than just per segment when creating a Transcript.
https://platform.openai.com/docs/guides/speech-to-text/timestamps
https://platform.openai.com/docs/api-reference/audio/createTranscription#audio-createtranscription-timestamp_granularities

I added support for the timestamp_granularities[] parameter and for returning the word array if word granularity is specified.

@kayhantolga kayhantolga changed the base branch from master to dev May 18, 2024 11:29
@kayhantolga kayhantolga merged commit 934fc3b into betalgo:dev May 18, 2024
@kayhantolga kayhantolga added this to the 8.2.2 milestone May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants