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

The Audio Modulator package provides an easy way to play and modulate audio files in Flutter applications with the option to alter the pitch and speed.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_modulator

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

dependencies:
  audio_modulator: ^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:audio_modulator/audio_modulator.dart';
4
likes
130
points
24
downloads

Publisher

verified publisherhustlecreatives.dev

Weekly Downloads

The Audio Modulator package provides an easy way to play and modulate audio files in Flutter applications with the option to alter the pitch and speed.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on audio_modulator