sound_edit 0.0.1 sound_edit: ^0.0.1 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 Dart:
$ dart pub add sound_edit
With Flutter:
$ flutter pub add sound_edit
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
sound_edit: ^0.0.1
Alternatively, your editor might support dart pub get
or 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';