log src/app/services/feature-extraction/FeatureExtractionWorker.ts @ 509:041468f553e1 tip master

age author description
Sun, 13 Aug 2017 19:44:07 +0100 Lucas Thompson Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
Wed, 28 Jun 2017 10:40:36 +0100 Lucas Thompson When a remote extractor fails, still populate menu with ones that were valid.
Wed, 17 May 2017 12:56:39 +0100 Lucas Thompson Small tidy up, some formatting changes and removal of unnecessary properties.
Tue, 16 May 2017 17:20:16 +0100 Lucas Thompson Remove more accidentally left in logic from debugging.
Tue, 16 May 2017 16:16:57 +0100 Lucas Thompson Refactor the import library logic slightly to waterfall the loading of the libraries and list requests, and send one response when all libraries have been loaded.
Tue, 16 May 2017 11:15:43 +0100 Lucas Thompson Try chaining the list requests.
Tue, 16 May 2017 10:44:55 +0100 Lucas Thompson Instantiate services on list and process, trying to ensure only one emscripten module instantiated at a time (hopefully allowing for garbage collection).
Tue, 16 May 2017 00:28:27 +0100 Lucas Thompson Load only pYin
Mon, 15 May 2017 23:52:23 +0100 Lucas Thompson Bodge in to load pyin and nnls-chroma from server on startup
Fri, 12 May 2017 08:28:18 +0100 Lucas Thompson Fix for changes to streaming api in piper-js i.e. collect on the client
Thu, 27 Apr 2017 10:37:26 +0100 Lucas Thompson Rename to indicate not all responses are sent.
Thu, 27 Apr 2017 10:34:18 +0100 Lucas Thompson Small tidy.
Thu, 27 Apr 2017 10:32:09 +0100 Lucas Thompson Small refactoring to avoid duplication of process and collect. It really seems like there is no need to have both methods.
Wed, 26 Apr 2017 16:16:48 +0100 Lucas Thompson Combine the features as they come in. On every percentage point change, emit a StreamingResponse with the collected features so far, enabling progress reporting for the client.
Tue, 25 Apr 2017 20:01:09 +0100 Lucas Thompson Generate new project with latest @angular/cli, including Angular 4.