This module integrates the ResponsiveVoice Text-to-Speech (TTS) (https://responsivevoice.org/) service with Drupal, allowing users to add TTS functionality to any content type. It provides a block with a play button, enabling users to listen to the text on the page in various voices, especially useful for visually impaired users.
The module offers:
A keyboard shortcut for quick access to play/pause functionality (Shift + P to play, Shift + S to pause or resume).
It supports multiple voices, including languages and accents.
Admins can select which content types should display the TTS button.
Configurable text for the play button and voice selection.
Project link
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot-2.jpg | 171.68 KB | crabsoul | |
| screenshot-1.jpg | 94.94 KB | crabsoul |
Comments
Comment #2
avpadernoThank you for applying!
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.Keep in mind that once the project is opted into security advisory coverage, only Security Team members may change coverage.
To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #3
vishal.kadamComment #4
vishal.kadam1. Fix phpcs issues.
2. FILE: README.txt
Remove README.txt since README.md is present.
3. FILE: responsive_voice_tts.info.yml
package: CustomThis line is used by custom modules created for specific sites. It is not a package name used for projects hosted on drupal.org.
4. FILE: responsive_voice_tts.module
Drupal does not have primary and secondary hooks. Instead of that, it is preferable to use the usual description: Hook implementations for the [module name] module. where [module name] is the name of the module given in its .info.yml file.
Comment #5
rushikesh raval commentedRemove readme.txt and make Readme.md as per README.md template.
Comment #6
rushikesh raval commentedI am changing priority as per Issue priorities.
Comment #7
avpadernoThis thread has been idle, in the needs work state with no activity for several months. Therefore, I am assuming that you are no longer pursuing this application.
May you confirm you are still pursuing this application? If this is the case, and you made commits basing on what previously reported, or you can answer the questions previously asked, please change the status to Needs review.
Comment #8
avpadernoThis thread has been idle, in the Needs work state with no activity for about six months or more; the application has been created about 11 months ago or more. Therefore, I marked it as Closed (won't fix).
If this is incorrect, and you are still pursuing this application, please feel free to re-open it and set the issue status to Needs work or Needs review, depending on the current status of your code.