Add raw-api feature flag and document all flags
This commit is contained in:
parent
a325a937e5
commit
7714a10f95
3 changed files with 61 additions and 40 deletions
|
|
@ -24,6 +24,8 @@ pub use whisper_ctx::WhisperContext;
|
|||
pub use whisper_ctx::WhisperContextParameters;
|
||||
pub use whisper_grammar::{WhisperGrammarElement, WhisperGrammarElementType};
|
||||
pub use whisper_params::{FullParams, SamplingStrategy};
|
||||
#[cfg(feature = "raw-api")]
|
||||
pub use whisper_rs_sys;
|
||||
pub use whisper_state::WhisperState;
|
||||
#[cfg(feature = "whisper-cpp-log")]
|
||||
pub use whisper_sys_log::install_whisper_log_trampoline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue