简体   繁体   中英

Flutter Audio Editing SDK

I am looking for an SDK which supports Audio editing features.

The features I am looking for are as below

  • Audio Trimming
  • Audio Splitting
  • Audio Volume management
  • Adding another audio
  • Merge Audio
  • Undo/Redo actions

Please suggest if there are any sdks avaialble for flutter.

Thanks

I am currently implementing it using 'ffmpeg_kit_flutter' , but its getting complicated day by day.

There may not be a single package that does all the functions you want. But it is possible to achieve results by combining several packages.

The most popular packages for working with Audio can be found on the following site: https://fluttergems.dev/audio/

For example, it is possible to trim and split with the packages listed in the first line.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM