Add a quick entrypoint to the root docs
This commit is contained in:
parent
68fabfc95d
commit
96bbf7b89b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
#![allow(clippy::uninlined_format_args)]
|
#![allow(clippy::uninlined_format_args)]
|
||||||
#![cfg_attr(test, feature(test))]
|
#![cfg_attr(test, feature(test))]
|
||||||
|
|
||||||
|
//! Most users will be looking for nothing more than [`WhisperState::full`] to run a full transcription pipeline.
|
||||||
|
//!
|
||||||
|
//! You can get a [`WhisperState`] by first creating a [`WhisperContext`] using [`WhisperContext::new_with_params`],
|
||||||
|
//! and then calling [`WhisperContext::create_state`].
|
||||||
|
|
||||||
#[cfg(feature = "vulkan")]
|
#[cfg(feature = "vulkan")]
|
||||||
pub mod vulkan;
|
pub mod vulkan;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue