Added ISettings params for audioInference#291
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Pull request overview
This PR extends the SDK’s type surface for audio inference by broadening supported audio output formats and adding additional audio-related tuning fields to ISettings, enabling clients to pass new CFG interval and repaint parameters through the existing settings payload.
Changes:
- Added
"ogg"toIAudioOutputFormat. - Added
cfgIntervalStart,cfgIntervalEnd,repaintMode, andrepaintStrengthtoISettings.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Added
IAudioOutputFormatnow supportsoggtooISettingsnow includes additional audio repaint/CFG interval fields:cfgIntervalStart: Optional[float]cfgIntervalEnd: Optional[float]repaintMode: Optional[str]repaintStrength: Optional[float]