voice_vox_api 0.13.4

VoiceVox Engine openapi rust binding.
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.
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

  1. install VoiceVox
  2. add to dependency with voice_vox_api and tokio.
  3. startup VoiceVox or VoiceVox Engine eg. run.exe
  4. fill parameters in api fields and .call().await.

use with async-std / wasm

voice_vox_api={version="0.13.4",features = ["backend_surf"]}

use with tokio / async-std+tokio02 feature / wasm

voice_vox_api={version="0.13.4",features = ["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.