![]() |
FirstModulAR 0.1.0
|
Classes | |
| struct | Whisper.Native.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... | |
| struct | Whisper.Native.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 | Whisper.Native.WhisperNativeParams.greedy_struct |
| struct | Whisper.Native.WhisperNativeParams.beam_search_struct |
Namespaces | |
| namespace | Whisper |
| namespace | Whisper.Native |
Typedefs | |
| using | whisper_token_ptr = System.IntPtr |
| using | whisper_state_ptr = System.IntPtr |
Enumerations | |
| enum | Whisper.Native.WhisperSamplingStrategy { Whisper.Native.WHISPER_SAMPLING_GREEDY = 0 , Whisper.Native.WHISPER_SAMPLING_BEAM_SEARCH = 1 } |
Functions | |
| delegate void | Whisper.Native.whisper_new_segment_callback (whisper_context_ptr ctx, whisper_state_ptr state, int n_new, System.IntPtr user_data) |
| delegate void | Whisper.Native.whisper_progress_callback (whisper_context_ptr ctx, whisper_state_ptr state, int progress, System.IntPtr user_data) |
| using whisper_state_ptr = System.IntPtr |
| using whisper_token_ptr = System.IntPtr |