-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander James Wallar
committed
Feb 7, 2014
1 parent
c6e436e
commit 214a861
Showing
1 changed file
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,6 @@ | ||
Things to do | ||
======== | ||
|
||
- Create database to store the audio fingerprints | ||
|
||
- Create Android app that will do the audio fingerprinting. | ||
|
||
- This should be able to record an arbitrary amount of audio and determine | ||
the fingerprint from it | ||
|
||
- Use musicg | ||
|
||
- Create an easy way for users to add songs to the database to use for recognition | ||
|
||
- Create adaptive position determination so we dont have to wait for node events | ||
|
||
- This will reduce the busy wait time which is kind of annoying. | ||
|
||
- Factor in the amount of registered nodes vs the amount that have sent data | ||
into the probability determination | ||
|
||
- Allow nodes to register when they start sending data | ||
- Create a "tree" based database lookup for identifying sounds so multiple | ||
sounds can represent the same "class" | ||
|