Skip to content

abstract class 'LiveKitNoiseFilter' is missing implementations for these members: #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lurongshuang opened this issue Apr 27, 2025 · 3 comments

Comments

@lurongshuang
Copy link

../../../.pub-cache/hosted/pub.dev/livekit_noise_filter-0.1.0+hotfix.1/lib/livekit_noise_filter.dart:51:7: Error: The non-abstract class 'LiveKitNoiseFilter' is missing implementations for these members:

  • TrackProcessor.processedTrack
    Try to either
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

class LiveKitNoiseFilter implements TrackProcessor {
^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/livekit_client-2.4.5/lib/src/track/processor.dart:28:25: Context: 'TrackProcessor.processedTrack' is defined here.
MediaStreamTrack? get processedTrack;
^^^^^^^^^^^^^^
Target kernel_snapshot_program failed: Exception

FAILURE: Build failed with an exception.

livekit_client: ^2.4.5
livekit_noise_filter: ^0.1.0+hotfix.1

@cloudwebrtc
Copy link
Contributor

Upgrading livekit_noise_filter to 0.2.0 can fix this issue, and 0.2.0 adds flutter web support
https://pub.dev/packages/livekit_noise_filter/versions/0.2.0

@lurongshuang
Copy link
Author

Error (Xcode): No file or variants found for asset: packages/livekit_noise_filter/assets/krisp/dist/krispsdk.mjs.

@cloudwebrtc

@cloudwebrtc
Copy link
Contributor

fixed in 0.2.0+hotfix.1

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

No branches or pull requests

2 participants