You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E/EFL (12574): elementary<12574> ../src/lib/elementary/elm_atspi_bridge.c:8196 elm_atspi_bridge_utils_say() AT-SPI: Atspi bridge is not enabled.
However, since TV profile does not use elm_win, the elm API elm_atspi_bridge_utils_say() does not work. Therefore, it must be updated to use the tts engine directly.
The text was updated successfully, but these errors were encountered:
When trying to speak through
SemanticsService.announce()
for accessibility work, it internally calls the elm_atspi_bridge_utils_say() API to speak.However, since TV profile does not use elm_win, the elm API elm_atspi_bridge_utils_say() does not work. Therefore, it must be updated to use the tts engine directly.
The text was updated successfully, but these errors were encountered: