Skip to content

Commit

Permalink
docs: Rust APIのSynthesizerのドキュメントを訂正 (#847)
Browse files Browse the repository at this point in the history
Rust APIの`Synthesizer`について、以下のFIXMEを解消する。

```
pub(crate) mod blocking {
    // FIXME: ここのdocのコードブロックはasync版のものなので、`nonblocking`モジュールの方に移した上で、
    // (ブロッキング版をpublic APIにするならの話ではあるが)ブロッキング版はブロッキング版でコード例
    // を用意する
```
  • Loading branch information
qryxip authored Oct 4, 2024
1 parent 6510a2a commit d915f19
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 33 deletions.
2 changes: 2 additions & 0 deletions crates/voicevox_core/src/__internal/doctest_fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use camino::Utf8Path;

use crate::{AccelerationMode, InitializeOptions};

pub use crate::synthesizer::nonblocking::IntoBlocking;

pub async fn synthesizer_with_sample_voice_model(
voice_model_path: impl AsRef<Path>,
#[cfg_attr(feature = "link-onnxruntime", allow(unused_variables))] onnxruntime_dylib_path: impl Into<
Expand Down
Loading

0 comments on commit d915f19

Please sign in to comment.