Skip to content

com.openai.unity 8.8.1#394

Merged
StephenHodgson merged 4 commits intomainfrom
development
Jul 4, 2025
Merged

com.openai.unity 8.8.1#394
StephenHodgson merged 4 commits intomainfrom
development

Conversation

@StephenHodgson
Copy link
Copy Markdown
Member

@StephenHodgson StephenHodgson commented Jul 4, 2025

  • updated realtime audio transcription settings properties
  • bumped deps

StephenHodgson and others added 4 commits July 4, 2025 16:16
- updated audio transcription settings properties
- bumped deps
- Extended Audio transcription Settings for better transcription
- Session config constructor should be accommodated as well for these
change

Co-authored-by: Andries Geens <[email protected]>
Co-authored-by: Stephen Hodgson <[email protected]>
@StephenHodgson StephenHodgson marked this pull request as ready for review July 4, 2025 20:49
Copilot AI review requested due to automatic review settings July 4, 2025 20:49
@StephenHodgson StephenHodgson merged commit a81f086 into main Jul 4, 2025
16 of 18 checks passed
@StephenHodgson StephenHodgson deleted the development branch July 4, 2025 20:50
github-actions Bot pushed a commit that referenced this pull request Jul 4, 2025
- updated realtime audio transcription settings properties
- bumped deps

---------

Co-authored-by: AG3D <[email protected]>
Co-authored-by: Andries Geens <[email protected]>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This release bumps the package to 8.8.1, updates dependency versions, and refactors how realtime audio transcription settings are handled via a new InputAudioTranscriptionSettings type.

  • Version and dependency fields updated in package.json
  • SessionConfiguration and Options constructors modified to accept InputAudioTranscriptionSettings instead of raw model strings
  • InputAudioTranscriptionSettings redesigned with a public Model-based ctor and a JSON ctor taking a string

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
OpenAI/Packages/com.openai.unity/package.json Bumped version to 8.8.1, updated WAV and WebSockets deps, trimmed package description
OpenAI/Packages/com.openai.unity/Runtime/Realtime/SessionConfiguration.cs Added obsolete overload, switched to InputAudioTranscriptionSettings, added null-safe checks
OpenAI/Packages/com.openai.unity/Runtime/Realtime/Options.cs Simplified InputAudioTranscriptionSettings instantiation
OpenAI/Packages/com.openai.unity/Runtime/Realtime/InputAudioTranscriptionSettings.cs Introduced a public ctor accepting Model, changed JSON ctor to accept string, altered property
OpenAI/Packages/com.openai.unity/Runtime/Realtime/ExpiresAfter.cs.meta Updated icon reference
OpenAI/Packages/com.openai.unity/Runtime/Realtime/ClientSecret.cs.meta Updated icon reference
Comments suppressed due to low confidence (1)

OpenAI/Packages/com.openai.unity/package.json:4

  • [nitpick] The package description contains grammatical issues (e.g., "the Unity" and the use of "though" instead of "through"). Consider rephrasing for clarity and correctness.
  "description": "A OpenAI package for the Unity to use though their RESTful API.\n\nIndependently developed, this is not an official library and I am not affiliated with OpenAI.\n\nAn OpenAI API account is required.",

@RageAgainstThePixel RageAgainstThePixel deleted a comment from Copilot AI Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants