I have got multiple files containing audio in .wav format/extension, As android is not providing us with AudioInputStream how can i copy without it, below is the list of audioFiles:
List<File> audioFiles = new Arraylist<>();
for(File file : audioFiles) {
try...
catch...
}
I have been scratching my head since long time Any help would be much Appreciated. :-)