Restore overload of full_parallel

This commit is contained in:
Kitaiti Makoto 2026-04-26 21:31:06 +09:00
parent 0eb7a441ae
commit d61ba6fe34
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ module Whisper
# and log_callback set by Whisper.log_set # and log_callback set by Whisper.log_set
def full_parallel: (Whisper::Params, Array[Float], ?Integer n_samples) -> self def full_parallel: (Whisper::Params, Array[Float], ?Integer n_samples) -> self
| (Whisper::Params, _Samples, ?Integer n_samples) -> self | (Whisper::Params, _Samples, ?Integer n_samples) -> self
| (Whisper::Params, _Samples, ?Integer? n_samples, Integer n_processors) -> self
def to_srt: () -> String def to_srt: () -> String
def to_webvtt: () -> String def to_webvtt: () -> String