Revert speaking entire paragraphs by default
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (a91accd1)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Revert speaking entire paragraphs by default
- Speaking long paragraphs was not stable on all systems.
- The previous fix for Chrome speaking text was to split up each paragraph in to smaller parts.
- The split tries to keep sentences/clauses together, up to a character limit.
- A split is also perfomed after certain punctiation, such as colons and semicolons.
- As not splitting up paragraphs works on some systems, an option for reading long texts without pause has been introduced.
Raw text
Revert speaking entire paragraphs by default - Speaking long paragraphs was not stable on all systems. - The previous fix for Chrome speaking text was to split up each paragraph in to smaller parts. - The split tries to keep sentences/clauses together, up to a character limit. - A split is also perfomed after certain punctiation, such as colons and semicolons. - As not splitting up paragraphs works on some systems, an option for reading long texts without pause has been introduced.