Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[a11y] elm_atspi_bridge_utils_say() does not work #73

Open
JSUYA opened this issue Nov 13, 2024 · 0 comments
Open

[a11y] elm_atspi_bridge_utils_say() does not work #73

JSUYA opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JSUYA
Copy link
Member

JSUYA commented Nov 13, 2024

When trying to speak through SemanticsService.announce() for accessibility work, it internally calls the elm_atspi_bridge_utils_say() API to speak.

SemanticsService.announce("Speech", TextDirection.ltr);
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.

@JSUYA JSUYA self-assigned this Nov 13, 2024
@JSUYA JSUYA added the bug Something isn't working label Nov 13, 2024
@swift-kim swift-kim changed the title [a11y] elm_atspi_bridge_utils_say() is not work [a11y] elm_atspi_bridge_utils_say() does not work Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant