(dump-api)
(load-api)
(whisper_bench_ggml_mul_mat n_threads)
int (int n_threads)
int (int n_threads)
(whisper_bench_ggml_mul_mat_str n_threads)
const char * (int n_threads)
const char * (int n_threads)
(whisper_bench_memcpy n_threads)
int (int n_threads) ////////////////////////////////////////////////////////////////////////////
int (int n_threads) ////////////////////////////////////////////////////////////////////////////
(whisper_bench_memcpy_str n_threads)
const char * (int n_threads)
const char * (int n_threads)
(whisper_context_default_params)
struct whisper_context_params ()
struct whisper_context_params ()
(whisper_context_default_params_by_ref)
struct whisper_context_params * ()
struct whisper_context_params * ()
(whisper_ctx_init_openvino_encoder ctx model_path device cache_dir)
int (struct whisper_context * ctx, const char * model_path, const char * device, const char * cache_dir)
int (struct whisper_context * ctx, const char * model_path, const char * device, const char * cache_dir)
(whisper_decode ctx tokens n_tokens n_past n_threads)
int (struct whisper_context * ctx, const int * tokens, int n_tokens, int n_past, int n_threads)
int (struct whisper_context * ctx, const int * tokens, int n_tokens, int n_past, int n_threads)
(whisper_decode_with_state ctx state tokens n_tokens n_past n_threads)
int (struct whisper_context * ctx, struct whisper_state * state, const int * tokens, int n_tokens, int n_past, int n_threads)
int (struct whisper_context * ctx, struct whisper_state * state, const int * tokens, int n_tokens, int n_past, int n_threads)
(whisper_encode ctx offset n_threads)
int (struct whisper_context * ctx, int offset, int n_threads)
int (struct whisper_context * ctx, int offset, int n_threads)
(whisper_encode_with_state ctx state offset n_threads)
int (struct whisper_context * ctx, struct whisper_state * state, int offset, int n_threads)
int (struct whisper_context * ctx, struct whisper_state * state, int offset, int n_threads)
(whisper_free ctx)
void (struct whisper_context * ctx)
void (struct whisper_context * ctx)
(whisper_free_context_params params)
void (struct whisper_context_params * params)
void (struct whisper_context_params * params)
(whisper_free_params params)
void (struct whisper_full_params * params)
void (struct whisper_full_params * params)
(whisper_free_state state)
void (struct whisper_state * state)
void (struct whisper_state * state)
(whisper_full ctx params samples n_samples)
int (struct whisper_context * ctx, struct whisper_full_params params, const float * samples, int n_samples)
int (struct whisper_context * ctx, struct whisper_full_params params, const float * samples, int n_samples)
(whisper_full_default_params strategy)
struct whisper_full_params (enum whisper_sampling_strategy strategy)
struct whisper_full_params (enum whisper_sampling_strategy strategy)
(whisper_full_default_params_by_ref strategy)
struct whisper_full_params * (enum whisper_sampling_strategy strategy)
struct whisper_full_params * (enum whisper_sampling_strategy strategy)
(whisper_full_get_segment_speaker_turn_next ctx i_segment)
_Bool (struct whisper_context * ctx, int i_segment)
_Bool (struct whisper_context * ctx, int i_segment)
(whisper_full_get_segment_speaker_turn_next_from_state state i_segment)
_Bool (struct whisper_state * state, int i_segment)
_Bool (struct whisper_state * state, int i_segment)
(whisper_full_get_segment_t0 ctx i_segment)
long long (struct whisper_context * ctx, int i_segment)
long long (struct whisper_context * ctx, int i_segment)
(whisper_full_get_segment_t0_from_state state i_segment)
long long (struct whisper_state * state, int i_segment)
long long (struct whisper_state * state, int i_segment)
(whisper_full_get_segment_t1 ctx i_segment)
long long (struct whisper_context * ctx, int i_segment)
long long (struct whisper_context * ctx, int i_segment)
(whisper_full_get_segment_t1_from_state state i_segment)
long long (struct whisper_state * state, int i_segment)
long long (struct whisper_state * state, int i_segment)
(whisper_full_get_segment_text ctx i_segment)
const char * (struct whisper_context * ctx, int i_segment)
const char * (struct whisper_context * ctx, int i_segment)
(whisper_full_get_segment_text_from_state state i_segment)
const char * (struct whisper_state * state, int i_segment)
const char * (struct whisper_state * state, int i_segment)
(whisper_full_get_token_data ctx i_segment i_token)
struct whisper_token_data (struct whisper_context * ctx, int i_segment, int i_token)
struct whisper_token_data (struct whisper_context * ctx, int i_segment, int i_token)
(whisper_full_get_token_data_from_state state i_segment i_token)
struct whisper_token_data (struct whisper_state * state, int i_segment, int i_token)
struct whisper_token_data (struct whisper_state * state, int i_segment, int i_token)
(whisper_full_get_token_id ctx i_segment i_token)
int (struct whisper_context * ctx, int i_segment, int i_token)
int (struct whisper_context * ctx, int i_segment, int i_token)
(whisper_full_get_token_id_from_state state i_segment i_token)
int (struct whisper_state * state, int i_segment, int i_token)
int (struct whisper_state * state, int i_segment, int i_token)
(whisper_full_get_token_p ctx i_segment i_token)
float (struct whisper_context * ctx, int i_segment, int i_token)
float (struct whisper_context * ctx, int i_segment, int i_token)
(whisper_full_get_token_p_from_state state i_segment i_token)
float (struct whisper_state * state, int i_segment, int i_token)
float (struct whisper_state * state, int i_segment, int i_token)
(whisper_full_get_token_text ctx i_segment i_token)
const char * (struct whisper_context * ctx, int i_segment, int i_token)
const char * (struct whisper_context * ctx, int i_segment, int i_token)
(whisper_full_get_token_text_from_state ctx state i_segment i_token)
const char * (struct whisper_context * ctx, struct whisper_state * state, int i_segment, int i_token)
const char * (struct whisper_context * ctx, struct whisper_state * state, int i_segment, int i_token)
(whisper_full_lang_id ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_full_lang_id_from_state state)
int (struct whisper_state * state)
int (struct whisper_state * state)
(whisper_full_n_segments ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_full_n_segments_from_state state)
int (struct whisper_state * state)
int (struct whisper_state * state)
(whisper_full_n_tokens ctx i_segment)
int (struct whisper_context * ctx, int i_segment)
int (struct whisper_context * ctx, int i_segment)
(whisper_full_n_tokens_from_state state i_segment)
int (struct whisper_state * state, int i_segment)
int (struct whisper_state * state, int i_segment)
(whisper_full_parallel ctx params samples n_samples n_processors)
int (struct whisper_context * ctx, struct whisper_full_params params, const float * samples, int n_samples, int n_processors)
int (struct whisper_context * ctx, struct whisper_full_params params, const float * samples, int n_samples, int n_processors)
(whisper_full_with_state ctx state params samples n_samples)
int (struct whisper_context * ctx, struct whisper_state * state, struct whisper_full_params params, const float * samples, int n_samples)
int (struct whisper_context * ctx, struct whisper_state * state, struct whisper_full_params params, const float * samples, int n_samples)
(whisper_get_logits ctx)
float * (struct whisper_context * ctx)
float * (struct whisper_context * ctx)
(whisper_get_logits_from_state state)
float * (struct whisper_state * state)
float * (struct whisper_state * state)
(whisper_init loader)
struct whisper_context * (struct whisper_model_loader * loader)
struct whisper_context * (struct whisper_model_loader * loader)
(whisper_init_from_buffer buffer buffer_size)
struct whisper_context * (void * buffer, unsigned long buffer_size)
struct whisper_context * (void * buffer, unsigned long buffer_size)
(whisper_init_from_buffer_no_state buffer buffer_size)
struct whisper_context * (void * buffer, unsigned long buffer_size)
struct whisper_context * (void * buffer, unsigned long buffer_size)
(whisper_init_from_buffer_with_params buffer buffer_size params)
struct whisper_context * (void * buffer, unsigned long buffer_size, struct whisper_context_params params)
struct whisper_context * (void * buffer, unsigned long buffer_size, struct whisper_context_params params)
(whisper_init_from_buffer_with_params_no_state buffer buffer_size params)
struct whisper_context * (void * buffer, unsigned long buffer_size, struct whisper_context_params params)
struct whisper_context * (void * buffer, unsigned long buffer_size, struct whisper_context_params params)
(whisper_init_from_file path_model)
struct whisper_context * (const char * path_model)
struct whisper_context * (const char * path_model)
(whisper_init_from_file_no_state path_model)
struct whisper_context * (const char * path_model)
struct whisper_context * (const char * path_model)
(whisper_init_from_file_with_params path_model params)
struct whisper_context * (const char * path_model, struct whisper_context_params params)
struct whisper_context * (const char * path_model, struct whisper_context_params params)
(whisper_init_from_file_with_params_no_state path_model params)
struct whisper_context * (const char * path_model, struct whisper_context_params params)
struct whisper_context * (const char * path_model, struct whisper_context_params params)
(whisper_init_no_state loader)
struct whisper_context * (struct whisper_model_loader * loader)
struct whisper_context * (struct whisper_model_loader * loader)
(whisper_init_state ctx)
struct whisper_state * (struct whisper_context * ctx)
struct whisper_state * (struct whisper_context * ctx)
(whisper_init_with_params loader params)
struct whisper_context * (struct whisper_model_loader * loader, struct whisper_context_params params)
struct whisper_context * (struct whisper_model_loader * loader, struct whisper_context_params params)
(whisper_init_with_params_no_state loader params)
struct whisper_context * (struct whisper_model_loader * loader, struct whisper_context_params params)
struct whisper_context * (struct whisper_model_loader * loader, struct whisper_context_params params)
(whisper_is_multilingual ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_lang_auto_detect ctx offset_ms n_threads lang_probs)
int (struct whisper_context * ctx, int offset_ms, int n_threads, float * lang_probs)
int (struct whisper_context * ctx, int offset_ms, int n_threads, float * lang_probs)
(whisper_lang_auto_detect_with_state ctx state offset_ms n_threads lang_probs)
int (struct whisper_context * ctx, struct whisper_state * state, int offset_ms, int n_threads, float * lang_probs)
int (struct whisper_context * ctx, struct whisper_state * state, int offset_ms, int n_threads, float * lang_probs)
(whisper_lang_id lang)
int (const char * lang)
int (const char * lang)
(whisper_lang_str_full id)
const char * (int id)
const char * (int id)
(whisper_log_set log_callback user_data)
void (void (*)(enum ggml_log_level, const char *, void *) log_callback, void * user_data)
void (void (*)(enum ggml_log_level, const char *, void *) log_callback, void * user_data)
(whisper_model_ftype ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_audio_ctx ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_audio_head ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_audio_layer ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_audio_state ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_mels ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_text_ctx ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_text_head ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_text_layer ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_text_state ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_n_vocab ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_type ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_model_type_readable ctx)
const char * (struct whisper_context * ctx)
const char * (struct whisper_context * ctx)
(whisper_n_audio_ctx ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_n_len ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_n_len_from_state state)
int (struct whisper_state * state)
int (struct whisper_state * state)
(whisper_n_text_ctx ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_n_vocab ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_pcm_to_mel ctx samples n_samples n_threads)
int (struct whisper_context * ctx, const float * samples, int n_samples, int n_threads)
int (struct whisper_context * ctx, const float * samples, int n_samples, int n_threads)
(whisper_pcm_to_mel_with_state ctx state samples n_samples n_threads)
int (struct whisper_context * ctx, struct whisper_state * state, const float * samples, int n_samples, int n_threads)
int (struct whisper_context * ctx, struct whisper_state * state, const float * samples, int n_samples, int n_threads)
(whisper_print_system_info)
const char * ()
const char * ()
(whisper_print_timings ctx)
void (struct whisper_context * ctx)
void (struct whisper_context * ctx)
(whisper_reset_timings ctx)
void (struct whisper_context * ctx)
void (struct whisper_context * ctx)
(whisper_set_mel ctx data n_len n_mel)
int (struct whisper_context * ctx, const float * data, int n_len, int n_mel)
int (struct whisper_context * ctx, const float * data, int n_len, int n_mel)
(whisper_set_mel_with_state ctx state data n_len n_mel)
int (struct whisper_context * ctx, struct whisper_state * state, const float * data, int n_len, int n_mel)
int (struct whisper_context * ctx, struct whisper_state * state, const float * data, int n_len, int n_mel)
(whisper_token_beg ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_count ctx text)
int (struct whisper_context * ctx, const char * text)
int (struct whisper_context * ctx, const char * text)
(whisper_token_eot ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_lang ctx lang_id)
int (struct whisper_context * ctx, int lang_id)
int (struct whisper_context * ctx, int lang_id)
(whisper_token_nosp ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_not ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_prev ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_solm ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_sot ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_to_str ctx token)
const char * (struct whisper_context * ctx, int token)
const char * (struct whisper_context * ctx, int token)
(whisper_token_transcribe ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_token_translate ctx)
int (struct whisper_context * ctx)
int (struct whisper_context * ctx)
(whisper_tokenize ctx text tokens n_max_tokens)
int (struct whisper_context * ctx, const char * text, int * tokens, int n_max_tokens)
int (struct whisper_context * ctx, const char * text, int * tokens, int n_max_tokens)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close