echoprint-codegen icon indicating copy to clipboard operation
echoprint-codegen copied to clipboard

Codegen for Echoprint

Results 61 echoprint-codegen issues
Sort by recently updated
recently updated
newest added

Refactored code Modify string.h -> cstring Use namespace to avoid conflicts Use EXIT_FAILURE instead of exit(-1) Remove redundant error variable since it is not used after initialised

This commit request adds CMake capability to echoprint-codegen. The original build system is not affected.

When I run lookup.py against an mp3 that is known to not be in the echoprint database, a wrong result is returned. For example: Steve:examples banik$ ./lookup.py ../mp3/STACKTRACE-Andante.mp3 Got result:...

When trying to compile on Ubuntu I get the following output: main.o: In function main: main.cxx:(.text.startup+0x293): undefined reference to pthread_create main.cxx:(.text.startup+0x3b4): undefined reference to pthread_creat' collect2: error: ld returned 1...

Would it be possible to add a compile/runtime config option for using libav toolset instead of ffmpeg?

I struggled with making Boost compile and work with XCode 5 + iOS 7. However, when I used the Boost iOS Universal Framework(https://github.com/FWKamil/boost-ios) I was able to get it building...

If you try to build this in XCode 5 you will get some error "Unsupported compiler 'GCC 4.2' selected for architecture 'armv7'" You can get around that error by modifying...

Hi, Recently I have been playing around with codegen and its parameters. I have changed deathtime and ttarg values and also decaying speed. I have managed to improve echoprint accuracy...

I'm using the example code generator echoprint-codegen on Ubuntu 13.04 through the lookup.py python script distributed with echoprint-server. Actually I'm cycling on a list of mp3 files and sometimes the...

Running on Mac Mountain Lion. Getting the following errors when trying to 'make' the Makefile. I have already adjusted correct path to include Boost: g++ -Wall -I/opt/local/include -fPIC -O3 -DBOOST_UBLAS_NDEBUG...