Hello guys. TTS supported Portuguese Language? pt-PT female ? Or pt-br?
I have already instaled oxmplayer in my raspberry pi and i ear some mp3 through one speaker that is connected on my Rpi.
My question is if i can ear Portuguese voice on my rpi for omxplayer or if i have to install another thing.
I speak very bad …
I mean that the last update fix a bug where ha combined port and base_url (having a port declared).
With the last update it seems corrected.
erm… I don’t know why, but it seems to be working again after I remove base_url from the config. Will monitor for few more days keeping my finger cross.
@dennisaion, I believe it depends on your system. In mine, I am using Raspberry Pi 3 + Raspbian Lite and install it using sudo pip3 install homeassistant (not on virtual env).
Basically, this is what I did…
Install VLC: sudo apt-get install vlc-nox
Put this in your configuration.yaml
media_player:
platform: vlc
name: VLC
tts:
platform: google
cache: true
cache_dir: /tmp/tts
time_memory: 300
Then reboot your system: sudo reboot
To make use of it in your automation, put this under your action…
Don’t know. I was actually referring to not being able in pushing the tts output to squeezeplayer or any connected wifi speaker.
Kodi and local VLC no problem.
@masterkenobi but i can for HA create automation, and HA plays mp3. i tested it and works.
anyway, can i hear de sound tts, when i have connected one speaker direclty on my RPI?
Yes. It is possible to play an MP3 file using omxplayer via command line. But not via TTS. I wished it can but it is not at the moment. Please correct me if I’m wrong.
when i call TSS service command from component
{“message”:hello this is a test"} the mp3 “hello this is a test” is saved on my folder /home/ass/.homeassistant/tts
BUT
the name of this mp3 is like this: 70b105d66b68590a493232d276be03d6aa5ccb6d_google.mp3
if i create
shell_command:
play_sound: omxplayer /home/ass/.homeassistant/tts/70b105d66b68590a493232d276be03d6aa5ccb6d_google.mp3
and automation:
alias: teste
trigger:
platform: time
after: ‘22:00:00’
action:
service: shell_command.play_sound
Works like a charm, perfect
BUTTTTTTT
if i erased mp3 file from folder TTS, and record new mp3 the name is OTHER… and doesn´t work, because i need a specific NAME.mp3