whisper_full_default_params method

whisper_full_params whisper_full_default_params(
  1. int strategy
)

Implementation

whisper_full_params whisper_full_default_params(
  int strategy,
) {
  return _whisper_full_default_params(
    strategy,
  );
}