sergree / matchering

🎚️ Open Source Audio Matching and Mastering
https://pypi.org/project/matchering/
GNU General Public License v3.0
1.33k stars 156 forks source link

Get the time where the reference must be #49

Closed Impre-visible closed 1 year ago

Impre-visible commented 1 year ago

Hi, I have a big .wav of 20min, and some sequences of 5sec, I want to get the exact second when the sequence is in the .wav, but with a thresold I can define, like if it's matching at 85% I consider it's at this moment. Does this lib do that? Thanks

sergree commented 1 year ago

Hi, no, matchering is a tool for automated audio mastering. What you are looking for is called audio correlation. But I can't recommend a specific lib or app for this.

Impre-visible commented 1 year ago

ok, thanks