mcfcc_nsn 1.0.0 copy "mcfcc_nsn: ^1.0.0" to clipboard
mcfcc_nsn: ^1.0.0 copied to clipboard

A pure Dart library to extract MFCC (Mel-Frequency Cepstral Coefficients) audio features. Supports static, instance-based, and real-time stream processing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mcfcc_nsn

With Flutter:

 $ flutter pub add mcfcc_nsn

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mcfcc_nsn: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mcfcc_nsn/mcfcc_nsn.dart';
1
likes
150
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart library to extract MFCC (Mel-Frequency Cepstral Coefficients) audio features. Supports static, instance-based, and real-time stream processing.

Repository (GitHub)
View/report issues

License

AGPL-3.0 (license)

Dependencies

fft_nullsafety, js_interop

More

Packages that depend on mcfcc_nsn