Open GoogleCodeExporter opened 8 years ago
You need to install libopencore-amrnb-dev in ubuntu you can do this on the
command line with the following:
sudo apt-get install libopencore-amrnb-dev
I'm interested to know if you audioscout working as at present I have all the
servers present, I'm successfully able to submit files but any querying always
results in a negative response, despite the fact I'm comparing the same two
files!
Original comment by pcusta...@gmail.com
on 12 Mar 2013 at 3:58
Also to add, I had an use with the build process, I had to go into the libs
folder in audioscout and compile them first before building the main program.
So make sure your in the libs folder and on the command line issue:
cmake .
make
Then go up a directory to the top-level folder for audioscout and issue:
cmake .
make
sudo make install
Original comment by pcusta...@gmail.com
on 12 Mar 2013 at 4:00
Make sure you signal the tblservd to merge the new submissions into the main
table. You can do this with:
kill -s <pidoftblservd> SIGUSR1
It may take awhile to merge them all, depending on how many submissions you
added.
Just a few submissions should only be a few seconds.
Original comment by starkd88@gmail.com
on 12 Mar 2013 at 5:04
thanks.
Install amrnb and add the following link
export LD_LIBRARY_PATH=/usr/local/lib
chcon -t texrel_shlib_t /usr/local/lib/libmpg123.so.0
Original comment by tengming...@gmail.com
on 13 Mar 2013 at 3:43
Original issue reported on code.google.com by
tengming...@gmail.com
on 12 Mar 2013 at 8:56