aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2020-09-11 23:38:36 +0300
committerCrystalwarrior <varsash@gmail.com>2020-09-11 23:38:36 +0300
commitd00d0769a9bf325df5bb25d7a7a4bd376b539b3c (patch)
treefe74166b82030106f792251852c3255f5be4a564 /include
parent8cc067dee42ede24614f1a7bccef7f8752f56a01 (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/aoblipplayer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/aoblipplayer.h b/include/aoblipplayer.h
index 4d3b5f14..a11e29db 100644
--- a/include/aoblipplayer.h
+++ b/include/aoblipplayer.h
@@ -22,12 +22,9 @@ public:
int m_cycle = 0;
private:
- const int max_blip_ms = 60;
-
QWidget *m_parent;
AOApplication *ao_app;
qreal m_volume;
- QElapsedTimer delay;
void set_volume_internal(qreal p_volume);