8000 GitHub - sadaqatdev/flutter_audio_trimmer: Trimming an audio file means cutting a portion of the audio from the beginning or end of the file or removing some part from the middle.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Trimming an audio file means cutting a portion of the audio from the beginning or end of the file or removing some part from the middle.

License

Notifications You must be signed in to change notification settings

sadaqatdev/flutter_audio_trimmer

 
 

Repository files navigation

Flutter Audio Trimmer

Trimming an audio file means cutting a portion of the audio from the beginning or end of the file or removing some part from the middle.

Dart API

The library offers several methods to handle audio trim related actions:

Future<File?> trim({
    required File inputFile,
    required Directory outputDirectory,
    required String fileName,
    required AudioFileType fileType,
    required AudioTrimTime time,
  }){...};

Run the example app

  • Navigate to the example folder cd example
  • Install the dependencies
    • flutter pub get

Contributing

You can help us make this project better, feel free to open an new issue or a pull request.

About

Trimming an audio file means cutting a portion of the audio from the beginning or end of the file or removing some part from the middle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 55.6%
  • Swift 22.1%
  • Ruby 14.6%
  • Kotlin 7.5%
  • Objective-C 0.2%
0