Pravesh-Jamgade / aucoustid_classifier

web service to identify songs using acoustid
0 stars 0 forks source link

Planning #2

Open Pravesh-Jamgade opened 4 years ago

Pravesh-Jamgade commented 4 years ago
Pravesh-Jamgade commented 4 years ago

Need a simple application either desktop or web. We can find a audio information by following below steps:

  1. Record song in background.
  2. Fingerprint recorded audio clip.
  3. Lookup the fingerprint in acoustid database( it will return song meta info.)
  4. Use song metadata author and song name to fetch lyrics
  5. Display lyrics to gui
Pravesh-Jamgade commented 4 years ago

Need little R&D on audio and recording.

Pravesh-Jamgade commented 4 years ago

Ran an experiment, where i recorded song using Recorder.js and fed these recorded song to acoustid. It failed miserably. May be realted to how song was recorded. Need to to R&D on these issue. MIght take some time.