https://github.com/rzumer/mic2key
Bind microphone input to the keyboard.
https://github.com/rzumer/mic2key
Last synced: 3 months ago
JSON representation
Bind microphone input to the keyboard.
- Host: GitHub
- URL: https://github.com/rzumer/mic2key
- Owner: rzumer
- License: mit
- Created: 2017-09-23T00:33:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T16:29:12.000Z (over 5 years ago)
- Last Synced: 2025-01-25T15:13:00.467Z (5 months ago)
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mic2key
Bind microphone input to the keyboard.
Set an interval, threshold value and virtual key code to trigger. The peak level recorded by the microphone over the specified interval is compared with the threshold in order to determine whether the key should be toggled or not.Requires Windows Vista or later due to reliance on Windows APIs (`WASAPI`).
Only 32-bit float audio input is currently supported. Only the first channel is processed on multi-channel recording devices.Usage: `mic2key `
Project files are generated with Visual Studio 2017.