tracek / Ornithokrites

Automatic identification of kiwi calls from audio recordings
GNU General Public License v3.0
51 stars 15 forks source link

Enable parallel processing of recordings #10

Closed tracek closed 10 years ago

tracek commented 10 years ago

When data is either locally already available, or have a fast download, then there should be no reason to keep all calls synchronous.

  1. Data should be downloaded asynchronously and put into a queue.
  2. Available data should be passed from queue and processed in parallel on available CPU cores.