1 2 3 4 5 6 7
#include <whisper.h> int main() { auto context_params = whisper_context_default_params(); return 0; }