How can I Compare 2 Audio Files Programmatically?

后端 未结 7 1672
误落风尘
误落风尘 2020-12-12 17:18

I want to compare 2 audio files programmatically. For example: I have a sound file in my iPhone app, and then I record another one. I want to check if the existing sound mat

7条回答
  •  遥遥无期
    2020-12-12 17:55

    I know the question has been asked a long time ago, but a clear answer could help someone else.

    1. The libraries from Echoprint ( website: echoprint.me/start ) will help you solve the following problems :

      • De-duplicate a big collection
      • Identify (Track, Artist ...) a song on a hard drive or on a server
      • Run an Echoprint server with your data
      • Identify a song on an iOS device

      PS: For more music-oriented features, you can check the list of APIs here.

    2. If you want to implement Fingerprinting by yourself, you should read the docs listed as references here, and probably have a look at musicip-libofa on Google Code

    Hope this will help ;)

提交回复
热议问题