Skip to content

feat(voice): expose streamed transcription options - #4645

Merged
seratch merged 1 commit into
mainfrom
feat/streamed-stt-transcription-options
Aug 25, 2026
Merged

feat(voice): expose streamed transcription options#4645
seratch merged 1 commit into
mainfrom
feat/streamed-stt-transcription-options

Conversation

@seratch

@seratch seratch commented Aug 25, 2026

Copy link
Copy Markdown
Member

This pull request supersedes #4616 and adds GA Realtime transcription options to streamed VoicePipeline speech-to-text sessions.

It appends optional languages, keywords, and delay fields to STTModelSettings, forwards configured values in the existing streamed session payload, and records them in transcription trace metadata. Explicit languages takes precedence over the legacy singular language setting, while unset options preserve the existing payload exactly.

The change preserves the released constructor field order and existing static transcription, turn-detection, audio streaming, and session-completion behavior. Manual turn boundaries and gpt-realtime-whisper lifecycle support remain out of scope.

@seratch seratch added this to the 0.22.x milestone Aug 25, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-25T07:06:06.179263Z c75a6fa New commits
🔒 Security Review Completed 2026-08-25T07:07:46.331581Z c75a6fa New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d1a414ff56

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/agents/voice/models/openai_stt.py Outdated
@seratch
seratch force-pushed the feat/streamed-stt-transcription-options branch from d1a414f to b11b3bf Compare August 25, 2026 04:12

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b11b3bfbd3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/agents/voice/models/openai_stt.py Outdated
@seratch
seratch force-pushed the feat/streamed-stt-transcription-options branch from b11b3bf to 0cdb420 Compare August 25, 2026 04:33

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0cdb4204db

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/agents/voice/models/openai_stt.py Outdated
Co-authored-by: abhay-codes07 <abhaysingh0293@gmail.com>
@seratch
seratch force-pushed the feat/streamed-stt-transcription-options branch from 0cdb420 to c75a6fa Compare August 25, 2026 07:03
@seratch
seratch merged commit 5f9f4f0 into main Aug 25, 2026
17 checks passed
@seratch
seratch deleted the feat/streamed-stt-transcription-options branch August 25, 2026 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant