cadia-lvl / LOBE

LOBE is a recording client made specifically for TTS data collections. It supports multiple collections, single and multi-speaker, and can prompt sentences based on phonetic coverage.
Apache License 2.0
5 stars 5 forks source link

Perform QA after session is finished #16

Open atliSig opened 4 years ago

atliSig commented 4 years ago

The current QA process is "on-line":

  1. A recording is captured
  2. An asynchronous request is sent to the server
  3. The server responds with a result

This makes the recording process sluggish. We should perform the QA in a batch as all the recordings are posted instead.

Thereafter, the results should be displayed in the session view and a clear notification about how many recordings were deemed "bad". An easy way for the user to delete these recordings should also be available so they appear again in the next session.