FirstModulAR 0.1.0
Loading...
Searching...
No Matches
Whisper.Native Namespace Reference

Classes

class  WhisperNative
 Bindings to native whisper.cpp functions.
 
struct  WhisperNativeParams
 This is direct copy of C++ struct. Do not change or add any fields without changing it in whisper.cpp. Do not change it in runtime directly, use WhisperParams. More...
 
struct  WhisperNativeTokenData
 This is direct copy of C++ struct. Do not change or add any fields without changing it in whisper.cpp. Check WhisperTokenData for more information. More...
 

Enumerations

enum  WhisperSamplingStrategy { WHISPER_SAMPLING_GREEDY = 0 , WHISPER_SAMPLING_BEAM_SEARCH = 1 }
 

Functions

delegate void whisper_new_segment_callback (whisper_context_ptr ctx, whisper_state_ptr state, int n_new, System.IntPtr user_data)
 
delegate void whisper_progress_callback (whisper_context_ptr ctx, whisper_state_ptr state, int progress, System.IntPtr user_data)
 

Enumeration Type Documentation

◆ WhisperSamplingStrategy

Enumerator
WHISPER_SAMPLING_GREEDY 
WHISPER_SAMPLING_BEAM_SEARCH 

Function Documentation

◆ whisper_new_segment_callback()

delegate void Whisper.Native.whisper_new_segment_callback ( whisper_context_ptr ctx,
whisper_state_ptr state,
int n_new,
System.IntPtr user_data )

◆ whisper_progress_callback()

delegate void Whisper.Native.whisper_progress_callback ( whisper_context_ptr ctx,
whisper_state_ptr state,
int progress,
System.IntPtr user_data )