-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Speech synthesis of food data #55
Comments
The current implementation is an ON/OFF toggle.
|
Please keep the toggle, because speech synthesis can be useful even for people without severe enough vision disabilities to have other aids enabled on Android (which I assume you would use to autodetect). Ingredient lists and nutritional tables are often just very tiny. Of course, the toggle in addition to autodetection would be fine. |
@teolemon for Android's TTS API we need the locale of the string that needs to be spoken out. Currently, we do not know the ingredient's language. We just display what we get in the JSON from the server without any knowledge of the locale of this string. Therefore to implement this feature we need to update the API to get information about the Ingredient's language. |
Any update on this @teolemon |
The application could be used as an accessibility aid for people who can't easily read the (usually very small) ingredient lists or other data on food labels.
This possibility would be enabled, or at least improved, if the app had support for speaking out ingredients and other data after scanning a barcode, using Android's TTS API in the appropriate language.
The text was updated successfully, but these errors were encountered: