Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
we are going to make a project on audio detection , in this we need to compare two audio file ....but we are not able to compare two audio file without any inbuilt library that are present in android studio.....is there any library available for comparing two audio file which is in the binary for at the backend...??

What I have tried:

we tried java code in android studio for comparing two audio file....but its not working!!
Posted
Updated 24-Aug-19 8:12am

1 solution

I assume that you mean Android, and not Android Studio—which is an IDE only—and with that you mean something like a Java plugin or project. A quick web search reveals this thread, Java compare two audio files with fingerprint - Stack Overflow[^], which reveals that you can use JLayer[^] for this purpose.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900