The baidu
text-to-speech platform uses Baidu TTS engine to read a text with natural sounding voices.
Configuration
To get started, add the following lines to your configuration.yaml
:
#Example configuration.yaml entry
tts:
- platform: baidu
app_id: YOUR_APPID
api_key: YOUR_APIKEY
secret_key: YOUR_SECRETKEY
Configuration Variables
The App ID for the use this service, must be already registered on Baidu.
secret_key string Required
The secret key from Baidu.
speed integer (Optional, default: 5)
pitch integer (Optional, default: 5)
volume integer (Optional, default: 5)
Audio volume from 0 to 15.
person integer (Optional, default: 0)
The voice type. You choose one from 0, 1, 3, 4, 5, 103, 106, 110 or 111.
At the moment, zh
is the only supported language and therefore the default value.
Suggest an edit to this page, or provide/view feedback for this page.