Matching two audio files

后端 未结 2 1968
轮回少年
轮回少年 2020-12-09 00:16

I want to record a dog bark, save the file and compare with several files containing different types of bark (warning bark, crying bark, etc..).

How could i do that

2条回答
  •  心在旅途
    2020-12-09 00:58

    I'd check out Google's open source lib musicg API: http://code.google.com/p/musicg/

    It's Java so it works in Android and it gives similarity metrics for two audio files.

提交回复
热议问题