sound_analysis 0.0.2 copy "sound_analysis: ^0.0.2" to clipboard
sound_analysis: ^0.0.2 copied to clipboard

PlatformiOS
outdated

Flutter Plugin for iOS's Sound Analysis framework. At present, It primaryly provides a feature:tell you the result of sound analysis to a file.| The result lists every sound clip iOS can recognized,in [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sound_analysis

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

dependencies:
  sound_analysis: ^0.0.2

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:sound_analysis/sound_analysis.dart';
4
likes
125
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Plugin for iOS's Sound Analysis framework. At present, It primaryly provides a feature:tell you the result of sound analysis to a file.| The result lists every sound clip iOS can recognized,including its name,range,and confidence.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sound_analysis

Packages that implement sound_analysis