Skip to content

Making DeepFilternet with ONNX#14

Merged
tigranbs merged 13 commits intomasterfrom
deep-filter-net
Jan 23, 2026
Merged

Making DeepFilternet with ONNX#14
tigranbs merged 13 commits intomasterfrom
deep-filter-net

Conversation

@tigranbs
Copy link
Contributor

Running deepfilternet3 with ONNX directly to avoid extra dependencies and keep the model execution optimized.

tigranbs and others added 13 commits January 22, 2026 04:17
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>
@tigranbs tigranbs merged commit 9343cc6 into master Jan 23, 2026
1 check passed
@tigranbs tigranbs deleted the deep-filter-net branch January 23, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant