sound_edit 0.0.4 copy "sound_edit: ^0.0.4" to clipboard
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';
3
likes
140
points
34
downloads

Publisher

verified publishereverydaysoft.co.jp

Weekly Downloads

This function allows you to combine audio files regardless of extension and edit the playback time.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, path, path_provider

More

Packages that depend on sound_edit