audio_modulator 0.0.2
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';