| 59 | } |
| 60 | |
| 61 | void TranscriptionManager::processBlock(int inNumSamples) |
| 62 | { |
| 63 | mTimeQuantizeOptions.processBlock(inNumSamples); |
| 64 | } |
| 65 | |
| 66 | void TranscriptionManager::setLaunchNewTranscription() |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected