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

Implement TTS #44

Open
kelson42 opened this issue Oct 21, 2018 · 10 comments · May be fixed by #1143
Open

Implement TTS #44

kelson42 opened this issue Oct 21, 2018 · 10 comments · May be fixed by #1143

Comments

@kelson42
Copy link
Collaborator

It looks like Windows has this builtin:
https://www.youtube.com/watch?v=-GCxNR3QsC8

Was reported first at:
https://sourceforge.net/p/kiwix/feature-requests/878/

@mgautierfr
Copy link
Member

I cannot read the video. Are you sure the link is good ?

Can you be more specific about what you want ?

@kelson42
Copy link
Collaborator Author

@mgautierfr The goal is like and Android, to read the whole article or part of it through a synthetic voice (for example for blind people).

@kelson42
Copy link
Collaborator Author

We can do that cross platform https://doc.qt.io/qt-5.9/qtspeech-index.html#getting-started

@kelson42 kelson42 changed the title Implement TTS on Windows Implement TTS Aug 22, 2019
@stale
Copy link

stale bot commented Nov 27, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

@stale stale bot added the stale label Nov 27, 2019
@kelson42 kelson42 added the Qt Qt related label Jul 11, 2020
@stale stale bot removed the stale label Jul 11, 2020
@stale
Copy link

stale bot commented Sep 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

@stale stale bot added the stale label Sep 9, 2020
@kelson42 kelson42 added this to the 2.5.0 milestone May 22, 2024
@kelson42
Copy link
Collaborator Author

@ShaopengLin While I clarify #594, you can work on this one.

@stale stale bot removed the stale label Jun 27, 2024
@ShaopengLin
Copy link
Collaborator

QTextToSpeech is available for Qt 5, but not for Qt 6.4 and below. Until we migrate our Qt6 implementation to Qt 6.4+, I will have to keep it a Qt5 only feature.

@kelson42
Copy link
Collaborator Author

kelson42 commented Jul 3, 2024

What stop us to implement for Qt 6.4+? We can implement the feature and then migrate our binaries to Qt 6.4.

@ShaopengLin
Copy link
Collaborator

ShaopengLin commented Jul 3, 2024

Our README instructs us to use Qt6.2.4. I have tried building with Qt6.7. However, the final app built isn't working properly as it uses openssl3 which doesn't seem compatible with our application? Qt6.3+ seems to be using that.

@veloman-yunkan were you able to build it with Qt6.7/6.5? If not I can open an issue for the porting.

@kelson42
Copy link
Collaborator Author

kelson42 commented Jul 3, 2024

We should not have (big) difficulties to build against Qt 6.4+, orherwise this means there is probably a problem somewhere else.

@ShaopengLin ShaopengLin linked a pull request Jul 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: REVIEW
Development

Successfully merging a pull request may close this issue.

3 participants