diff --git a/bindings/ruby/sig/whisper.rbs b/bindings/ruby/sig/whisper.rbs index 91c92c84b..567fa58c4 100644 --- a/bindings/ruby/sig/whisper.rbs +++ b/bindings/ruby/sig/whisper.rbs @@ -525,6 +525,9 @@ module Whisper # def each_segment: { (Segment) -> void } -> void | () -> Enumerator[Segment] + + def to_srt: () -> String + def to_webvtt: () -> String end class Params