Fixed emscripten.

pull/494/head
Sandro Hanea 2 years ago
parent 0cd3bdb1ff
commit ff2373a886

@ -91,7 +91,7 @@ EMSCRIPTEN_BINDINGS(whisper) {
{
whisper_reset_timings(g_state);
whisper_full_with_state(g_context, g_state, params, pcmf32.data(), pcmf32.size());
whisper_print_timings(g_state);
whisper_print_timings(g_context, g_state);
}
return 0;

Loading…
Cancel
Save