The sentence explaining what it does has a typo which makes it confusing: > Unclack is the small but mighty Mac utility that mutes your keyboard while you type. This should say "mutes your _microphone_ while you type". You can't mute a keyboard
Colloquially we say "mute yourself" or "mute this or that person," so it functions in that context.
Show HN: Unclack – a macOS app that mutes your microphone while you type
101–110 of 193 posts
Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#102For the opposite effect, install `bucklespring` to enjoy an authentic classic clacking on any keyboard (most convenient on GNU/Linux, packaged for the biggest distros). “This project emulates the sound of my old faithful IBM Model-M space saver bucklespring keyboard while typing on my notebook, mainly for the purpose of annoying the [heck] out of my coworkers. Bucklespring runs as a background process and plays back…
Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#103For the opposite effect, install `bucklespring` to enjoy an authentic classic clacking on any keyboard (most convenient on GNU/Linux, packaged for the biggest distros). “This project emulates the sound of my old faithful IBM Model-M space saver bucklespring keyboard while typing on my notebook, mainly for the purpose of annoying the [heck] out of my coworkers. Bucklespring runs as a background process and plays back…
Oh I loved my Model-M Space Saver, collected quite a few of them. Co-workers did sometimes comment/complain but not that often. I also had this habit of moving my cursor keys up/down/left/right in rapid/slow movements while I was thinking deeply on a problem. Combined with how loud and that it clicks on each downpress and clacks on release was quite the cacophony.
Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#104I thought this was going to be an app that emits some kind of inverse sound through the laptop speakers to neutralize the keypress sound in real life. I wonder if that's possible.
Active sound cancellation is an incredibly hard problem if you don't know the position of the listener.
So the issue in this case is just that the sound keys produce varies.
Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#105Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#106Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#107I thought this was going to be an app that emits some kind of inverse sound through the laptop speakers to neutralize the keypress sound in real life. I wonder if that's possible.
No need to go through the speakers, you could detect keystrokes, map them to transients in the recorded audio stream and use a noise gate to reduce their volume (at the cost of a little added latency). Bonus point: this would allow you to speak and type at the same time with minimal reduction of speech comprehension, especially if using a multi-band noise gate (that acts on various frequency bands independently). It'…
Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#108Re: Show HN: Unclack – a macOS app that mutes your microphone while you type
#109I thought this was going to be an app that emits some kind of inverse sound through the laptop speakers to neutralize the keypress sound in real life. I wonder if that's possible.
If the visualization of the audio is such that you can discern speech from other audio, similar to how you can discern the person's silhouette and figure out where the background is, then in theory it should be possible using the same technique.
I suppose there are probably some pure audio processing techniques that don't rely on the visualization as well.