Git Product home page Git Product logo

audio-fingerprinting-similarity's People

Contributors

mcallistertyler avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

audio-fingerprinting-similarity's Issues

module 'chromaprint' has no attribute 'FingerprintError'

My environment is python==3.7 pyacoustid==1.1.7 、fuzzywuzzy==0.18.0 、 chromaprint==0.5
Calculating fingerprint of source file
calculate fingerprints of audio file
Traceback (most recent call last):
File "D:\InstallPath\Develop\Anaconda3\5.3.1\envs\ComplexYOLO\lib\site-packages\acoustid.py", line 204, in fingerprint
fper = chromaprint.Fingerprinter()
AttributeError: module 'chromaprint' has no attribute 'Fingerprinter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:/Projects/SpeechCompare/audio-fingerprinting-similarity-master/compare_fingerprints.py", line 31, in
source_fingerprint = calculate_fingerprints(source_file)
File "D:/Projects/SpeechCompare/audio-fingerprinting-similarity-master/compare_fingerprints.py", line 8, in calculate_fingerprints
duration, fp_encoded = acoustid.fingerprint_file(filename)
File "D:\InstallPath\Develop\Anaconda3\5.3.1\envs\ComplexYOLO\lib\site-packages\acoustid.py", line 324, in fingerprint_file
return _fingerprint_file_audioread(path, maxlength)
File "D:\InstallPath\Develop\Anaconda3\5.3.1\envs\ComplexYOLO\lib\site-packages\acoustid.py", line 267, in _fingerprint_file_audioread
fp = fingerprint(f.samplerate, f.channels, iter(f), maxlength)
File "D:\InstallPath\Develop\Anaconda3\5.3.1\envs\ComplexYOLO\lib\site-packages\acoustid.py", line 215, in fingerprint
except chromaprint.FingerprintError:
AttributeError: module 'chromaprint' has no attribute 'FingerprintError'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.