Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drittich/stealth-notes
A Windows utility for muting audio input (e.g., microphone) sources while typing
https://github.com/drittich/stealth-notes
microphone mute utility video-meetings windows
Last synced: about 2 months ago
JSON representation
A Windows utility for muting audio input (e.g., microphone) sources while typing
- Host: GitHub
- URL: https://github.com/drittich/stealth-notes
- Owner: drittich
- License: mit
- Created: 2021-01-09T20:40:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T18:06:13.000Z (about 1 year ago)
- Last Synced: 2024-11-22T14:02:32.253Z (2 months ago)
- Topics: microphone, mute, utility, video-meetings, windows
- Language: C#
- Homepage: https://drittich.github.io/stealth-notes/
- Size: 121 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stealth Notes
Stealth Notes is a Windows utility for muting audio input (e.g., microphone) sources while typing.![image](https://user-images.githubusercontent.com/1222810/109326848-a9a1ac00-7825-11eb-9252-50eb7d9fd033.png)
## Overview
Stealth Notes is useful for video meetings where you want to generally keep your mic enabled for talking, but still be able to take notes without annoying the other participants.
- Mutes your mic as quickly as possible after your first keystroke
- Waits a configurable interval after you stop typing before it unmutes the mic again
- Lets you configure which inputs to mute when typing
- Attempts to gracefully handle changes in available inputs, e.g., when a USB device is disconnected## Installation
Download the [latest release](https://github.com/drittich/stealth-notes/releases) and extract into a folder of your choice. Run the application by executing `StealthNotes.exe`.