OTTAA-Project / ottaa_project_flutter

Join us to create the first predictive augmentative communication platform for speech-impaired children!
https://ottaa-project.github.io/
GNU General Public License v3.0
10 stars 4 forks source link

[Bug]: TTS voice selection not persistant #241

Closed Da-PC closed 1 year ago

Da-PC commented 1 year ago

Contact Details

No response

Branch name

development

Flutter & Dart version

Flutter version 3.7.3 stable Dart 2.19.2

How are you running it?

My steps are, every time I open the app after closing it. I have to choose the TTS voice again, as it goes back to OS default.

What happened?

A bug happened!

Where are you seeing the problem on?

Chrome (WebApp), Android, iOS

Relevant log output

No response

Code of Conduct

asimjawad commented 1 year ago

As we know, TTS Voices can't be the same over the devices. So, I am going to add a device-based feature that will check if the custom TTS is enabled and made its changes persistent.

hectoritr commented 1 year ago

Yes, voices are not the same over different devices. But this error is about not persisting the selected voice, it keeps going back to default, maybe even in a different language.

So, if my OS is in English and I use OTTAA in Spanish with a specific voice. When I close the app and open it again, I would get an English voice. @asimjawad

hectoritr commented 1 year ago

@asimjawad what's missing to close this?

asimjawad commented 1 year ago

it is kind of done, will be closing it today.