lesterkong / audioscout

Automatically exported from code.google.com/p/audioscout
GNU General Public License v3.0
0 stars 0 forks source link

Real World Testing #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Version 1.0.4
I have setup and my servers ok. I have built my index. I split one of the mp3 
files I used in the original index into 5 parts. Each of the 5 returns a 
positive response when tested against the audioscout system as expected.

However if I play the original file on a PC and do a recording, this recording 
doesn't return a match from the audioscout system.

I used the following command:
auscoutclient ./mp3split/ tcp://127.0.0.1:4005 1 0 1

Any experiences / suggestions / ideas?

Original issue reported on code.google.com by solomona...@gmail.com on 27 Jul 2012 at 3:53

GoogleCodeExporter commented 8 years ago
You need to use the toggles parameter in the auscoutclient program.  Values 
from 0 to 10 should suffice.  Also, when querying, you only need 10 seconds of 
querying.

auscoutclient /path/to/query/files/dir tcp://localhost:4005 1 10 10

Essentially, this increases the number of candidate hash frames that are used 
to look up against the index, thereby increasing your chances for a match.  

Original comment by starkd88@gmail.com on 27 Jul 2012 at 3:58

GoogleCodeExporter commented 8 years ago
Thanks, I get hits for a toggle of 10. Apart from mp3's can I use other 
formats? Can I index mp3 and query say with .wav?

Original comment by solomona...@gmail.com on 27 Jul 2012 at 4:05

GoogleCodeExporter commented 8 years ago
That should be fine.  Its the decoded signal upon which the hash is based.

Original comment by starkd88@gmail.com on 27 Jul 2012 at 4:06