livekit_noise_filter 0.1.0+hotfix.1
livekit_noise_filter: ^0.1.0+hotfix.1 copied to clipboard
AI Noise Cancellation plugin for Livekit SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add livekit_noise_filter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
livekit_noise_filter: ^0.1.0+hotfix.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:livekit_noise_filter/livekit_noise_filter.dart';