We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ded71 commit 7521cdeCopy full SHA for 7521cde
include/whisper.h
@@ -260,7 +260,9 @@ extern "C" {
260
WHISPER_API void whisper_free_context_params(struct whisper_context_params * params);
261
262
// Required for GGML_BACKEND_DL
263
+ #ifdef GGML_BACKEND_DL
264
WHISPER_API void whisper_load_backends();
265
+ #endif
266
267
// Convert RAW PCM audio to log mel spectrogram.
268
// The resulting spectrogram is stored inside the default state of the provided whisper context.
0 commit comments