https://github.com/rustyx/nobuzz
NoBuzz - laptop buzzing/mosquito noise / coil whine fix tool
https://github.com/rustyx/nobuzz
Last synced: about 1 year ago
JSON representation
NoBuzz - laptop buzzing/mosquito noise / coil whine fix tool
- Host: GitHub
- URL: https://github.com/rustyx/nobuzz
- Owner: rustyx
- License: other
- Created: 2015-03-15T20:45:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T19:39:59.000Z (about 10 years ago)
- Last Synced: 2025-03-25T04:36:44.575Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 130 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NoBuzz
NoBuzz is a free laptop buzzing/mosquito noise removal utility.
The high pitch, tinny mosquito-like noise is often caused by applications like Chrome and Flash which increase system timer resolution to 1ms, which causes some aging PC systems (especially laptops) to buzz at 1KHz frequency. This very distinctive noise is often referred to as [coil noise](https://en.wikipedia.org/wiki/Coil_noise) because it is produced by coils in the VR circuit.
### How does it work?
NoBuzz attempts to prevent calls to `timeBeginPeriod(uPeriod)` with uPeriod value <16. This is often sufficient to stop the mosquito noise.
Note: NoBuzz is _not a cure_ for the coil noise issue, it is merely a workaround. Side effects include:
* Animations might be less smooth
* Some applications might not function properly (please open a ticket if you find one)
* Not recommended for game systems
Note that this tool has no effect on GPU coil whine, it works only on CPU sleep state noise. Note also that there are other ways to increase system timer resolution, and some applications (e.g. virtualization software) will still be able to do that and consequently the noise will remain.
### Installation
Download the latest [setup file](https://github.com/rustyx/nobuzz/releases/download/0.6/nobuzz_setup.exe), install, reboot (or log off/on), enjoy!
Note: if the mosquito noise still remains, `powercfg -energy` might be able to provide an answer on which app increased the timer resolution.
### How can I help?
Use it, star it, share it and let me know if it worked for you!