uop-libraries / CreativeResponse2022

MIT License
3 stars 1 forks source link

Selectable Text (for accessibility) #15

Open Prot0ast opened 2 years ago

Prot0ast commented 2 years ago

As a user

I want to be able to select text

so that it can read it out to me

Acceptance Criteria

Tasks

Prerequisites

cfines commented 2 years ago

https://answers.unity.com/questions/962415/make-a-ui-text-box-with-selectable-text.html

Prot0ast commented 2 years ago

omitting from app due to inaccessibility on app version, opting for alternative solution

CCrawfordUOP commented 2 years ago

Found this as a possible resource, will investigate further tomorrow to see if it's feasible to implement in time.

https://github.com/mikrima/UnityAccessibilityPlugin

2nd option could be running all the text through an open source text-to-speech engine and adding a touch icon to each page that will play the pre-recorded synthesized speech files. If we go this route, I would want to add a toggle to the options page to allow for the speech audio to auto start playing on page load.

Again, all this time permitting.