Android API used for program that cuts songs

-1

What Android API to use to edit and cut music? follows a link from an android app that does this: link

I await.

    
asked by anonymous 01.07.2014 / 16:48

1 answer

2

I think you have two options that are the most feasible, I recommend analyzing both and checking which one is most recommended for your project:

musicg-api

Great API however has a serious limitation: it only works with WAV files

link

ringdroid

It is not an API but a library that will probably have what it needs for the problem described.

link

    
03.07.2014 / 18:30