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

More accurate/consistent blip rate functionality + punctuation slowdown fixes #305

Merged
merged 3 commits into from
Nov 10, 2020

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    8cc067d View commit details
    Browse the repository at this point in the history
  2. Lots of blip rate fixes:

    Remove qElapsedTimer method of blip earrape protection due to major inconsistency issues with this method (the same message would produce wildly different blip sounds - consistency is preferred)
    More sophisticated blip earrape prevention is calculated in the chat ticker function itself, it also properly adjusts itself depending on the blip_rate used.
    Crystalwarrior committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d00d076 View commit details
    Browse the repository at this point in the history
  3. Revert the meme of instant text.

    Instant text using }}} is not only meme-worthy in how limited it is in practice, it also makes the blip ticker completely confused how and when to play the blips (to make instant text possible, the entire system needs rewriting (again)
    Crystalwarrior committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c392bb3 View commit details
    Browse the repository at this point in the history