I
I
Ingerniated2016-10-10 00:26:42
JavaScript
Ingerniated, 2016-10-10 00:26:42

How to implement audio search in linear time?

Can you please tell me how to implement audio search in linear time?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SilentFl, 2016-10-13
@Ingernirated

If "search by audio" means search by tags, then everything is very simple, first build a database with tags.
If you mean searching for a track by an existing passage, then see how, for example, shazam does it. Build a database with per-window hashes of your tracks, and when you need to search for a passage, you also calculate the hashes per-window and look for them in the database.
Description of the algorithm can be found here or here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question