GithubHelp home page GithubHelp logo

audiocompare's People

Contributors

charlesconnell avatar dangan249 avatar marciorp-br avatar polymorfiq avatar zh-er avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

audiocompare's Issues

Comparing two directories

When I compare two directories with several files, the output is faulty, since the files that do not match are only returned "NO MATCH", without specifying which files they are, making it impossible to know which comparisons did not match.

image
The first directory contained 4 files and the second directory contained 8 files.

Another error that I noticed occurs if one of the directories contains other types of files or other subdirectories. The script should only search for supported file types, or am I mistaken?

Exec format error

Mac
Python 2.7.10
numpy 1.16.4

./audiomatch -f a.mp3 -f b.mp3
ERROR: [Errno 8] Exec format error
ERROR: [Errno 8] Exec format error

./audiomatch -f ability.wav -f ability.wav
ERROR: [Errno 8] Exec format error
ERROR: [Errno 8] Exec format error

python main.py -f backward.wav -f ability.wav
ERROR: [Errno 8] Exec format error
ERROR: [Errno 8] Exec format error

Help!

No such file or directory

after use this command python main.py -f p1.mp3 -f p2.mp3
reciv this error:

ERROR: [Errno 2] No such file or directory
ERROR: [Errno 2] No such file or directory
please help me
thanks

'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence

File compared:
a.zip
Code:

for match in results:
    if not match.success:
        print("Not Success")
        print(match.message)
    else:
        print("Success")

Result:

Not Success
'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence
Not Success
'cp950' codec can't decode byte 0xff in position 45: illegal multibyte sequence

System: Windows 10
Python 3, using Jupyter notebook

Help wanted

E:\tmp\AudioCompare-master>python main.py -f 1.wav -f 2.wav
ERROR: 'gbk' codec can't decode byte 0xb8 in position 5: illegal multibyte sequence
ERROR: 'gbk' codec can't decode byte 0xac in position 25: illegal multibyte sequence

(I run it on Windows)

Consider adding an open-source license

Hi, Thanks for the works you guys have done. I notice that you have included lame binary in your project, and lame is distributed under LGPL license. According to this page GNU Faq, you should add a LGPL compatible license for your project, e.g. LGPL or GPL.

No such file or directory

centos: 7
python: 2.7
numpy: 1.7.1-13.el7

exec : ./audiomatch -f 11299.mp3 -f 10010.mp3
ERROR: [Errno 2] No such file or directory
ERROR: [Errno 2] No such file or directory

But The files are in the current folder

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.