Add safe wrapper for raw dtw parameters

This commit is contained in:
arizhih 2024-05-16 18:58:48 +02:00
parent dcfcbced18
commit da6b410439
5 changed files with 135 additions and 51 deletions

View file

@ -34,6 +34,8 @@ pub use whisper_state::WhisperState;
pub use whisper_sys_log::install_whisper_log_trampoline;
#[cfg(feature = "whisper-cpp-tracing")]
pub use whisper_sys_tracing::install_whisper_tracing_trampoline;
pub use whisper_ctx::DtwParameters;
pub use whisper_ctx::DtwPredefinedModels;
pub type WhisperSysContext = whisper_rs_sys::whisper_context;
pub type WhisperSysState = whisper_rs_sys::whisper_state;