Site updated at 2017-09-23 06:14:30 UTC
This commit is contained in:
parent
a675f41451
commit
9961fbdbbd
731 changed files with 9664 additions and 2684 deletions
|
@ -85,13 +85,13 @@
|
|||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): API Key for use this service.</li>
|
||||
<li><strong>language</strong> (<em>Optional</em>): The language to use. Defaults to <code class="highlighter-rouge">en-us</code>. Supported <code class="highlighter-rouge">en-EN</code>, <code class="highlighter-rouge">ru-RU</code>, <code class="highlighter-rouge">uk-UK</code>, <code class="highlighter-rouge">tr-TR</code>.</li>
|
||||
<li><strong>language</strong> (<em>Optional</em>): The language to use. Defaults to <code class="highlighter-rouge">en-US</code>. Supported <code class="highlighter-rouge">en-US</code>, <code class="highlighter-rouge">ru-RU</code>, <code class="highlighter-rouge">uk-UK</code>, <code class="highlighter-rouge">tr-TR</code>.</li>
|
||||
<li><strong>codec</strong> (<em>Optional</em>): Audo codec. Default is <code class="highlighter-rouge">mp3</code>. Supported us <code class="highlighter-rouge">mp3</code>, <code class="highlighter-rouge">wav</code>, <code class="highlighter-rouge">opus</code>.</li>
|
||||
<li><strong>voice</strong> (<em>Optional</em>): Speaker voice. Default is <code class="highlighter-rouge">zahar</code>. Supported female voices are <code class="highlighter-rouge">jane</code>, <code class="highlighter-rouge">oksana</code>, <code class="highlighter-rouge">alyss</code>, ‘omazh<code class="highlighter-rouge"> and male voices are </code>zahar<code class="highlighter-rouge"> and </code>ermil`.</li>
|
||||
<li><strong>voice</strong> (<em>Optional</em>): Speaker voice. Default is <code class="highlighter-rouge">zahar</code>. Supported female voices are <code class="highlighter-rouge">jane</code>, <code class="highlighter-rouge">oksana</code>, <code class="highlighter-rouge">alyss</code>, <code class="highlighter-rouge">omazh</code> and male voices are <code class="highlighter-rouge">zahar</code> and <code class="highlighter-rouge">ermil</code>.</li>
|
||||
<li><strong>emotion</strong> (<em>Optional</em>): Speaker emotional intonation. Default is <code class="highlighter-rouge">neutral</code>. Also supported are <code class="highlighter-rouge">good</code> (freindly) and <code class="highlighter-rouge">evil</code> (angry)</li>
|
||||
<li><strong>speed</strong> (<em>Optional</em>): Speech speed. Default value is <code class="highlighter-rouge">1</code>. Highest speed is <code class="highlighter-rouge">3</code> and lowest <code class="highlighter-rouge">0,1</code></li>
|
||||
</ul>
|
||||
<p>See on api <a href="https://tech.yandex.com/speechkit/cloud/doc/dg/concepts/speechkit-dg-tts-docpage/">documentation</a> for details. N.B. english version of documentation is outdated. So you could receive api key <a href="https://developer.tech.yandex.ru/">here</a></p>
|
||||
<p>Please check the <a href="https://tech.yandex.com/speechkit/cloud/doc/guide/concepts/tts-http-request-docpage/">API documentation</a> for details. It seems that the English version of documentation is outdated. You could request an API key <a href="https://tech.yandex.com/speechkit/cloud/">by email</a> or <a href="https://developer.tech.yandex.ru/">online</a>.</p>
|
||||
<p>A full configuration sample:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">tts</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue