Module: Whisper
- Defined in:
- sig/whisper.rbs
Defined Under Namespace
Modules: LogSettable, Output, Parakeet, VAD, _Samples
Classes: Context, Error, Model, Params, Segment, Token
Constant Summary
collapse
- VERSION =
- LOG_LEVEL_NONE =
- LOG_LEVEL_INFO =
- LOG_LEVEL_WARN =
- LOG_LEVEL_ERROR =
- LOG_LEVEL_DEBUG =
- LOG_LEVEL_CONT =
- AHEADS_NONE =
- AHEADS_N_TOP_MOST =
- AHEADS_CUSTOM =
- AHEADS_TINY_EN =
- AHEADS_TINY =
- AHEADS_BASE_EN =
- AHEADS_BASE =
- AHEADS_SMALL_EN =
- AHEADS_SMALL =
- AHEADS_MEDIUM_EN =
- AHEADS_MEDIUM =
- AHEADS_LARGE_V1 =
- AHEADS_LARGE_V2 =
- AHEADS_LARGE_V3 =
- AHEADS_LARGE_V3_TURBO =
Class Method Summary
collapse
Class Method Details
.lang_id ⇒ Integer
37
|
# File 'sig/whisper.rbs', line 37
def self.lang_id: (string name) -> Integer
|
.lang_max_id ⇒ Integer
36
|
# File 'sig/whisper.rbs', line 36
def self.lang_max_id: () -> Integer
|
.lang_str ⇒ String
38
|
# File 'sig/whisper.rbs', line 38
def self.lang_str: (Integer id) -> String
|
.lang_str_full ⇒ String
39
|
# File 'sig/whisper.rbs', line 39
def self.lang_str_full: (Integer id) -> String
|
.log_set ⇒ log_callback
40
|
# File 'sig/whisper.rbs', line 40
def self.log_set: (log_callback?, Object? user_data) -> log_callback
|
.system_info_str ⇒ String
41
|
# File 'sig/whisper.rbs', line 41
def self.system_info_str: () -> String
|