sound_analysis 0.0.3
sound_analysis: ^0.0.3 copied to clipboard
| Flutter Plugin for iOS's Sound Analysis framework. At present, It primaryly provides a feature:tell you the result of sound analysis to an audio file. The result lists every sound clip iOS recognize [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sound_analysisThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sound_analysis: ^0.0.3Alternatively, 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:sound_analysis/sound_analysis.dart';