Detecting audio inside audio [Audio Recognition]
问题 I need to build a software that does audio recognition from a small audio sample (A) inside other audio samples (B), and output how many times A appears inside the audio from B (if there is a match). What I have: A database with hundreds of audios Input: New audio Expected Output: A boolean if the input matches a sample from the database, and how many times appeared the input inside the matched audio (from the db). Any code, open source project, guides, books, videos, tutorial, etc... is