Skip to content Skip to sidebar Skip to footer

Audio Editing In Android

I am looking for some audio editing library which can help to mix two audio files into a single audio file. I don't mean concatenating file one after other. I want to mix second au

Solution 1:

The only interesting and useful library I have found for audio editing is Ringdroid (available here: RingDroid Github).

You can check the source code in order to get some insights on how to do what you want.

Hope this helps for now!

Solution 2:

The description of this project looks promising: musicg-sound-api .

This API allows developers to extract audio features and operate audio data like reading, cutting and trimming easily from an inputstream

However, the documentation is a little sparse.

Post a Comment for "Audio Editing In Android"