docs.rs failed to build voice_vox_api-0.13.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
voice_vox_api-0.13.3
VoiceVox openapi binding for rust.
VoiceVox is a japanese deep learning based Text to Speech software with many customizable parameters.
How to use
- install VoiceVox
- add to dependency with voice_vox_api and tokio.
- startup VoiceVox or VoiceVox Engine eg. run.exe
- fill parameters in api fields and .call().await.
use with async-std / wasm
={="0.13.4", = ["backend_surf"]}
use with tokio / async-std+tokio02 feature / wasm
={="0.13.4", = ["backend_reqwest"]}
works grate crates.
- egui / iced - gui crates
- rodio - audio playback.
sample
versioning
- use same version number with VoiceVox engine.
- some fix applied without announce
- maybe break semver.
fix
- fix pause mora in project file.
- use f64 instead of f32 to provicde same precision as VoiceVox.