:: Tasks & Threads ::
Goto online version of document.
Matcher was designed as a linkage of tasks that are running simultaneously. Some of the tasks depends to the results of the other, some not. Every task has internally one or more workers that are executing the task jobs in parallel.
Tasks |
|
|---|---|
| Scan file system | This task performs search for music files inside folders defined in Music Library. Task is executed in it's own thread.. |
| Extract audio properties | This task decodes audio files and extracts audio properties from them. In case of audio matching the audio DNA is computed for every supported file. Number of worker threads can varies in range from 1 to 4. |
| Build audio pattern base | This task inserts the audio properties in audio pattern base. Number of worker threads can varies in range from 1 to 4. |
| Match audio properties | This task performs match of every music item against the patterns in audio pattern base. Number of worker threads can varies in range from 1 to 4. |
User can control the number of worker threads in Number of Threads inspector (
).
Threads |
|
|---|---|
| General notes |
|
| Extractor notes | |
| Matcher notes |
|