echoprint-codegen
echoprint-codegen copied to clipboard
Codegen for Echoprint
"_GetPCMFromFile", referenced from:
I've been playing around with the codegen program locally on my machine today and yesterday. I was just experimenting by creating a PHP app that calls codegen. It took the...
There seems to be no way I can get echoprint-codegen to accept filenames with double quotes. I tried single quoting the filename as suggested in #41 but to no avail:...
I compiled codegen.exe by following instructions. When I run it on a machine on which I compiled it, it works. However, on another computer I get the error that msvcp110.dll...
I've posted the following on StackOverflow and because I'm not sure I'm actually passing in the right values as parameters I am cross posting here (apologies). http://stackoverflow.com/questions/10249237/c-cli-noob-system-accessviolationexception The entire source...
from ashwin: MurmurHash2 used gives different results on big endian and little endian machines. Looks like if this is fixed, it might break codegen backward compatibility? Could someone explain if...
from regomodo: The output of the command you suggest is [here](https://github.com/regomodo/handy_scripts/blob/master/codeprint.txt). note the empty codes and the insanely long qtimes. the machine has 1GB ram and is a 1.6Ghz proc....
I've whipped up a [little test program](https://github.com/regomodo/handy_scripts/blob/master/echoprint-codegen-builder.py) that creates a fingerprint from the 1st 20seconds and retrieves tags from the echonest api in Python. What i've found is that either...
something should take samples as they come in and output codes as they come out-- will be needed for iOS
boost is huge and heavy and i think we now only use a few .h files that do array bounds checking, which we disable. this is due to the lineage...