Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing Shazam for Findit #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Replacing Shazam for Findit
There is no Shazam module, but there is a Findit.
  • Loading branch information
Mr-Ruben authored Jan 18, 2021
commit 2a263548cc9140a2d1f9e688067f086ee8c8f70f
6 changes: 3 additions & 3 deletions test_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import matplotlib.pyplot as plt
import time

from Shazam import Shazam
from Findit import Findit
from Song import Song

"""
Expand Down Expand Up @@ -70,7 +70,7 @@ def batch_testing(fresh_start=True, songs_path='audio/', data_path='data/', clip
#create clips to test
create_clips(num_clips)
#initialise the app
app = Shazam(songs_path, data_path)
app = Findit(songs_path, data_path)

#store results
stats = {}
Expand Down Expand Up @@ -140,4 +140,4 @@ def batch_testing(fresh_start=True, songs_path='audio/', data_path='data/', clip

if __name__ == '__main__':

batch_testing()
batch_testing()