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

Text to speech feature #106

Open
pantp opened this issue Sep 17, 2019 · 4 comments
Open

Text to speech feature #106

pantp opened this issue Sep 17, 2019 · 4 comments
Assignees
Labels

Comments

@pantp
Copy link
Contributor

pantp commented Sep 17, 2019

This small plugin would allow readers to listen to article text. It could be a small play button in the corner of the article page.

@jportorreal00 jportorreal00 self-assigned this Sep 24, 2019
@jportorreal00
Copy link

Would we save all of the mp3s onto the server?

@pantp
Copy link
Contributor Author

pantp commented Oct 1, 2019

I didn't think we needed to. Is there a plugin available that will let us read the text as it's given aka without saving any mp3s?

@jportorreal00
Copy link

Goals now:

  • Find TTS Plug-In
  • Implement it into Wagtail form
  • Make sure the conversion is correct

Nice to have:

  • Slider/Track Bar for Audio

@R0ham
Copy link

R0ham commented Aug 21, 2020

A new branch was created to implement the text-to-speech feature, called text-to-speech-v2, unfortunately little progress has been made except for documentation enhancements. In the future, this branch can be used by others interested in continuing to implement this feature.

There are resources online with examples of forms of text-to-speech implementation. One example is https://www.readspeaker.com/blog/uncategorized/good-examples-of-web-sites-implementing-text-to-speech-online/. It seems there are really two options: one is a radio style button that remains static on the screen (i.e., as others have said this could be used for just playing article text) and the other is — I'd imagine more challenging to implement but potentially more compelling — which allows you to drag on any portion of the site for it to be read to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants