| 553 | void print_timings() { whisper_print_timings(wctx); } |
| 554 | void reset_timings() { whisper_reset_timings(wctx); } |
| 555 | std::string sys_info() { return std::string(whisper_print_system_info()); } |
| 556 | |
| 557 | // Run the entire model: PCM -> log mel spectrogram -> encoder -> decoder -> |
| 558 | // text Not thread safe for same context Uses the specified decoding |
nothing calls this directly
no outgoing calls
no test coverage detected