GithubHelp home page GithubHelp logo

Comments (12)

just4cn avatar just4cn commented on June 12, 2024 2

If ensure the file exists and still show this error, it may be that lame not suitable for current system.
You can test with enter ./lame in the root path of project, if it show /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory, you will need reinstall lame with yum install lame(centos) and replace the lame with installed one:

which lame
# output: /usr/bin/lame
# remove current lame
rm ./lame
# copy installed lame to current path
cp /usr/bin/lame ./

OR

change InputFile.py lame = os.path.dirname(os.path.abspath(__file__)) + "/lame" to lame = '/usr/bin/lame'

from audiocompare.

sgn95 avatar sgn95 commented on June 12, 2024

replace WAV file
./audiomatch -f 11317.wav -f 11323.wav
not output

from audiocompare.

sgn95 avatar sgn95 commented on June 12, 2024

Looking forward to your reply

from audiocompare.

liaosishi avatar liaosishi commented on June 12, 2024

Looking forward to your reply

Hi, sgn,

to run a Python program, you have to use the main function.
i.e.: cd to the direction where you've cloned this project, then type in 'python main.py -f A.wav -f B.wav'
And everything is OK.

from audiocompare.

sgn95 avatar sgn95 commented on June 12, 2024

thank you

from audiocompare.

sgn95 avatar sgn95 commented on June 12, 2024

hello i exec "python main.py -f A.wav -f B.wav" but console nothing

from audiocompare.

sgn95 avatar sgn95 commented on June 12, 2024

Console has no output

from audiocompare.

liaosishi avatar liaosishi commented on June 12, 2024

hello i exec "python main.py -f A.wav -f B.wav" but console nothing

Two questions:

  1. Did you actually have wave files named 'A.wav' and 'B.wav' in that direction?
    If not, try putting your wave files into the corresponding repository.
  2. Is your default version of Python 2.x or 3.x?
    If it is 3.x, you have to specify: 'python2 main.py -f A.wav -f B.wav'.

from audiocompare.

sgn95 avatar sgn95 commented on June 12, 2024

wav file in Under the current folder
Where should I put the audio files?
python version 2.7.12

from audiocompare.

liaosishi avatar liaosishi commented on June 12, 2024

wav file in Under the current folder
Where should I put the audio files?
python version 2.7.12

A quick way is to put them into the directory of your main.py file.
Remember to cd to the directory where the main function locates.

from audiocompare.

WestbrookZero avatar WestbrookZero commented on June 12, 2024

20200421144950
cd to the directory,I put wav file and mp3 file into the main function locates,and python is 2.7,but still No such file or directory,please help.

from audiocompare.

charlesconnell avatar charlesconnell commented on June 12, 2024

Thanks all for the helpful conversation here. It sounds like this is not an actual bug, so I'm going to close the ticket.

from audiocompare.

Related Issues (13)

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.