sound_edit 0.0.4 sound_edit: ^0.0.4 copied to clipboard
This function allows you to combine audio files regardless of extension and edit the playback time.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sound_edit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sound_edit: ^0.0.4
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_edit/sound_edit_animation_view.dart';
import 'package:sound_edit/sound_edit_asset_list.dart';
import 'package:sound_edit/sound_edit_channel.dart';
import 'package:sound_edit/sound_edit_dialog.dart';
import 'package:sound_edit/sound_edit_gifImage.dart';
import 'package:sound_edit/sound_edit_override_widget.dart';
import 'package:sound_edit/sound_edit_slider.dart';