music_feature_analyzer 1.0.1-beta-01
music_feature_analyzer: ^1.0.1-beta-01 copied to clipboard
A comprehensive music feature analysis package using YAMNet AI and signal processing. Supports Android and iOS only.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add music_feature_analyzerWith Flutter:
$ flutter pub add music_feature_analyzerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
music_feature_analyzer: ^1.0.1-beta-01Alternatively, 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:music_feature_analyzer/music_feature_analyzer.dart';