Thank you so this Awesome Lib for SoundTransform -
I am trying something like this.
try { start().inParallel(prepare().convertIntoSound().build() , 5, file1, file2) .mixAllInOneSound().exportToFile(outPutFile); } catch (SoundTransformException e) { e.printStackTrace(); }
the Output file is of duration 25 sec, I want to convert as complete 55sec by repeat second file for at least two times. How can achieve this, I am doing this for adding background Guitar sound in any recorded file in Android.
Please help, Thank you.