com.openai.unity 8.8.1#394
Merged
StephenHodgson merged 4 commits intomainfrom Jul 4, 2025
Merged
Conversation
- 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]>
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]>
Contributor
There was a problem hiding this comment.
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 SessionConfigurationandOptionsconstructors modified to acceptInputAudioTranscriptionSettingsinstead of raw model stringsInputAudioTranscriptionSettingsredesigned 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.",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.