Conversation
Fix compilation errors caused by breaking API changes in upgraded dependencies: - **ort 2.0.0-rc.11**: Session.inputs/outputs changed from public fields to methods, and input.name/output.name from fields to methods - **rubato 1.0.0**: FastFixedIn replaced with unified Async resampler; requires audioadapter-buffers for new buffer-based API - **prost/pbjson-types**: Downgraded to 0.12.6/0.6.0 to match livekit's prost version and avoid protobuf schema conflicts - **tonic**: Downgraded to 0.12 to match google-api-proto requirements - **object_store 0.13**: get() method moved from ObjectStore trait to ObjectStoreExt extension trait - **livekit-protocol 0.6.0**: Added new Connector participant kind variant - **livekit SIP API**: Added required display_name and destination fields to CreateSipParticipantRequest No logic changes - only API compatibility updates. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Running deepfilternet3 with ONNX directly to avoid extra dependencies and keep the model execution optimized.