本帖最后由 gutao3800 于 2023-6-12 09:46 编辑
各位前辈大家好,我现在的情况是已经使用蓝牙连接了天猫精灵,并成功使用天猫精灵播放(命令行)了一段测试语音。学习了此贴 https://bbs.hassbian.com/thread-30-1-1.html 感谢大佬
现在我也可以使用edge的TTS在网页端播放。
我安装了mopidy,并似乎使其成功运行
在configuration.yaml文件中填写了
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: edge_tts
language: zh-CN # 默认语言或声音(可选)
media_player:
- platform: mpd
host: 127.0.0.1 这里
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
那么我应该如何操作,让TTs在天猫精灵上播放呢?
我尝试了很多论坛大佬的方法,也有一些不太理解的地方。
比如此大佬贴中所说的
https://bbs.hassbian.com/thread-14164-1-1.html
service: tts.edge_tts_say
data:
entity_id: media_player.your_player_entity_id 这里的your_player_entity_id 我应该怎么填写,是填写mpd吗?
message: 吃葡萄不吐葡萄皮,不吃葡萄倒吐葡萄皮
language: zh-CN
cache: true
options:
voice: zh-CN-XiaomoNeural
style: cheerful
styledegree: 2
role: Girl
pitch: +0Hz
rate: +0%
volume: +10%
可能有一点表达不清,提前感谢前辈能给指一条明路。
|