whisper_model_n_audio_head method
Implementation
int whisper_model_n_audio_head(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_audio_head(
ctx,
);
}
int whisper_model_n_audio_head(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_audio_head(
ctx,
);
}