Bahramdun Adil
Bahramdun Adil

Reputation: 6079

How to detect a known sound (short audio about 10sec) in a large audio file (5min)

I am new working with audio file. Now I want to do the below task in Java. Is there any good tools or framework (like OpenCV for video and image) that can perform such task or not?

I have 5 audio files which each of them is about 10 sec long, and one larger audio file which is about 5 min. This large audio file is mixed from many other small audio files, in side maybe contained one or two ... of above 5 audio files.

Now I want to detect that which of above files are contained in this large audio file.

If you know please tell me how detect or done this stuff.

Note: I am using Java language.

Thanks!

Upvotes: 1

Views: 284

Answers (1)

joey rohan
joey rohan

Reputation: 3566

Musicg library may help and this paper.

Upvotes: 1

Related Questions