docs.rs failed to build jbonsai-0.4.1
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:
jbonsai-0.3.0
jbonsai
Voice synthesis library for Text-to-Speech applications.
"jbonsai" converts sequence of full-context labels into audio waveform.
This project is currently a rewrite of HTS Engine in Rust language (This may change at any time, and there is no guarantee that jbonsai produces the same result as HTS Engine).
Objectives
- Improve readability as much as possible.
- Without compromising readability,
- Improve speed.
- Keep memory consumption low.
- Can be compiled for WebAssembly.
Usage
Put the following in Cargo.toml.
[]
= "0.4.1"
Example
This example produces a mono, 48,000 Hz (typically) PCM data saying 「盆栽」(ぼんさい; bonsai) in speech variable.
#
Copyright
This software includes source code from:
- hts_engine API.
- Copyright (c) 2001-2014 Nagoya Institute of Technology Department of Computer Science
- Copyright (c) 2001-2008 Tokyo Institute of Technology Interdisciplinary Graduate School of Science and Engineering
License
BSD-3-Clause