| 202 | } |
| 203 | |
| 204 | void TranscriptionManager::clear() |
| 205 | { |
| 206 | mBasicPitch.reset(); |
| 207 | mShouldRunNewTranscription = false; |
| 208 | mShouldUpdateTranscription = false; |
| 209 | mShouldUpdatePostProcessing = false; |
| 210 | mPostProcessedNotes.clear(); |
| 211 | mTimeQuantizeOptions.clear(); |
| 212 | } |
| 213 | |
| 214 | void TranscriptionManager::launchTranscribeJob() |
| 215 | { |
no test coverage detected