windows-2048 / The-Fastest-Mouse-Clicker-for-Windows

Free and fast, open source, full-featured, statically-linked mouse auto clicker for Windows written in vanilla C++. Uses hardware-limited arrayed Win32 SendInput() calls to reach up to 100000 clicks/s. Supports command line, random clicks and sequences of clicks. 2024 is the project's 8th ANNIVERSARY.
https://windows-2048.github.io/The-Fastest-Mouse-Clicker-for-Windows/
GNU General Public License v3.0
160 stars 31 forks source link

Strange Boop Sound #21

Closed azazalkaproxl closed 2 years ago

azazalkaproxl commented 2 years ago

https://streamable.com/3d9u3r Video^ What is that boop sound? Do i need to disable something?

azazalkaproxl commented 2 years ago

To disable this boop sound you need to run this in CMD or Powershell:

sc config beep start= disabled

(You can do this manually but idk how)

windows-2048 commented 2 years ago

I suppose that boop sound is generated by Windows when you are clicking too fast. Maybe app you are clicking on, can't accept so much mouse events per unit time. It is not an error. For example in video games you have to click with maximum available speed. From the other hand, other apps need to reduce the clicking speed. In automated tests it is important whether are you clicking with proper speed. Thus, it is up to you, whether the clicking speed you selected is optimal for your purposes.