For example, I have 2 audios, one is A, and another is B. I want to check whether B appears in A(if part of A is similar to B within some threshold), how many times and what are the exact times B appears. Is there any algorithm? Or some examples have already done the similar thing?
Thanks in advance.