Commit graph

99 commits

Author SHA1 Message Date
Will Drevo
1fe7d4fd45 Merge pull request #71 from sg3510/wav-24-bit
24-bit wav file support
2015-03-21 18:35:14 -04:00
sg3510
2feecce34b updated docstring 2015-02-26 16:10:09 +00:00
sg3510
3a9e3a4da7 adding limit support 2015-02-26 14:33:41 +00:00
sg3510
2c961cc43f waive add 2015-02-26 14:24:44 +00:00
sg3510
8b200c39f7 adding wavio support 2015-02-26 14:20:52 +00:00
Will Drevo
dad98961f4 Offset cast to int, return is valid JSON. Fixes #67 2015-01-14 20:32:49 -05:00
Will Drevo
801b692f74 Note about voice recognition 2014-12-15 21:38:51 -05:00
Will Drevo
4bd5eb87fc README.md updated 2014-12-15 21:36:25 -05:00
Will Drevo
83fb7042ad Added quickstart 2014-12-15 21:35:47 -05:00
Will Drevo
19679f8d11 Merge branch 'tuxdna-master' 2014-12-15 21:31:44 -05:00
Will Drevo
ece1c8b22e Fixes #65, fixes #60, merges #64 2014-12-15 21:30:33 -05:00
Saleem Ansari
99f4e35672 Merge branch 'master' of https://github.com/tuxdna/dejavu 2014-12-03 16:09:24 +05:30
Saleem Ansari
29f59be1e7 Update version numbers in requirements file 2014-12-03 16:08:53 +05:30
Saleem Ansari
8e67f0da05 Update INSTALLATION.md 2014-12-02 15:49:25 +05:30
Saleem Ansari
6c1ef735cd Merge branch 'next_version' 2014-12-02 15:42:27 +05:30
Saleem Ansari
785a1db92d Bump version to 0.1.2 2014-12-02 15:42:09 +05:30
Saleem Ansari
275380bada Update examples in README.md with updated CLI arguments 2014-11-29 00:17:23 +05:30
Saleem Ansari
4aabea7814 Refactor and update documentation for installation on Fedora 20+ 2014-11-28 22:56:22 +05:30
Saleem Ansari
2972dce6eb Arguments parser CLI, with all existing tests passed. 2014-11-28 05:21:04 +05:30
Saleem Ansari
406187bd1a Added MANIFEST.in file 2014-11-28 04:34:14 +05:30
Saleem Ansari
150248cbcd Update project name from dejavu to PyDejavu 2014-11-28 04:06:12 +05:30
Saleem Ansari
4d2b91b052 Added tuning section to README.md. Removed trailing space from fingerprint.py 2014-11-28 03:58:52 +05:30
Saleem Ansari
efe3a33915 Added setup.py 2014-11-28 03:26:25 +05:30
Will Drevo
b9efcd545d README.md edits 2014-11-21 01:29:27 -05:00
Will Drevo
3cc85edf30 Clarified documentation 2014-11-21 01:28:04 -05:00
Will Drevo
684902f6b8 Now returns match offset into track in seconds 2014-11-21 01:21:08 -05:00
worldveil
5741964391 Merge pull request #59 from chromy/patch-1
Fix README typo
2014-09-13 18:48:19 -04:00
Hector Dearman
9d16c8ae8c Fix README typo
cupus => corpus
2014-09-13 22:30:31 +01:00
Andrew Duberstein
09561c565d Update README.md
Corrected a typo
2014-09-11 17:40:03 -07:00
worldveil
40b7a42b09 Updated README.md about matching position in song 2014-07-27 12:50:34 -04:00
Will Drevo
a7f77d50ff Added more documentation in README about testing 2014-07-03 01:01:56 -04:00
Will Drevo
60d9d6758e Added annotations for different fingerprinting parameters 2014-07-03 00:43:40 -04:00
Will Drevo
a779ca4cf9 Merging in new test suite with modifications, mp3 example files to test on, and shell files for automation 2014-07-03 00:26:50 -04:00
Will Drevo
7cbb894501 revamped testing script 2014-07-02 23:49:38 -04:00
Will Drevo
b966225ad4 refactored testing suite file to no longer depend on file naming convention 2014-07-01 20:24:53 -04:00
Fabio Costa
4f4a50ba9f Update results_dejavu.py 2014-06-29 22:28:03 +01:00
Fabio Costa
f9a59e42e6 Update generate-test-files.py 2014-06-29 22:25:39 +01:00
Fabio Costa
87469a0fe7 Create results_dejavu.py 2014-06-28 19:51:14 +01:00
Fabio Costa
bfff19b887 Create generate-test-files.py 2014-06-28 19:50:36 +01:00
Fabio Costa
a97ab6d35c Update fingerprint.py 2014-06-26 09:13:30 +01:00
Fabio Costa
375189cf70 Update fingerprint.py 2014-06-25 10:01:43 +01:00
Fabio Costa
5805a676d2 Update fingerprint.py 2014-06-25 09:57:06 +01:00
Fabio Costa
35c536a372 Update fingerprint.py 2014-06-25 09:56:45 +01:00
worldveil
e1454bf1ea Incorporated MAX_HASH_TIME_DELTA optimization 2014-03-05 01:30:19 -05:00
worldveil
3c6b741db4 Merge branch 'patch-1' of https://github.com/suxianbaozi/dejavu 2014-03-05 01:29:18 -05:00
worldveil
c90d14fdd6 Fix to dejavu.py script, small edits, removal of unecessary printing 2014-03-05 01:28:34 -05:00
worldveil
2e6d030655 Merge branch 'master' of https://github.com/compwright/dejavu 2014-03-05 01:16:38 -05:00
suxianbaozi
f41d036d45 fix #39
Make the two point for hash with little delta of time
2014-03-04 16:44:35 +08:00
worldveil
1e3dbe8eaf Formatting 2014-02-23 11:30:24 -05:00
worldveil
fec889db78 Merge branch 'patch-1' of https://github.com/suxianbaozi/dejavu 2014-02-23 11:29:29 -05:00