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

[Feature Request / Suggestion]: page speed to be calculated in words per minute #66

Open
puntofisso opened this issue Oct 29, 2024 · 2 comments
Assignees
Labels
Feature Request This is a new Feature Request for this project

Comments

@puntofisso
Copy link

Suggestion / Feature Request

Hi, I know this might be tricky to implement, but the page speed could be expressed in words per minutes, instead of 0-50. This is particularly useful if someone is writing a speech, knowing how many words they need to write.

@puntofisso puntofisso added the Feature Request This is a new Feature Request for this project label Oct 29, 2024
@manifestinteractive
Copy link
Owner

I was looking into this when I first built the app and ran into quite a few roadblocks that made this impossible.

The primary issue is that even the exact same font is rendered differently by different operating systems. Heck, eve different browsers on the same OS have slight differences in kerning and line height.

This makes getting something close to accurate for WPM just horribly inaccurate.

Throw into the mix the ability to change font size, and the difference with how browsers handle scroll speed as well, the only real choice you are left with is some generic speed adjuster like I've got now.

What I've heard works for others needing WPM measurements is just to measure your results at different specs to get a feel for what WPM is for you personally.

I say personally too, as people have different talking speeds, or even different cadences they take on during reading which can drastically change WPM even when the same person reads. Voice actors especially are dynamic to where WPM would 100% depend on how they wanted to do that read.

So speed setting it is, as it turned out to be the simplest way to handle all that complexity.

@puntofisso
Copy link
Author

Thanks Peter, that actually is a bigger challenge than I thought. It makes sense. I'll have a think on whether there are any alternative ways and report back if I find any :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This is a new Feature Request for this project
Projects
None yet
Development

No branches or pull requests

2 participants