A (planned) collection of lightweight tools for streaming.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 24 lines 581 B view raw view rendered
1# StreamTools 2 3A (planned) collection of lightweight tools for streaming, built with Rust. 4 5## Mic Activity 6 7A simple microphone activity indicator. 8 9### What it does 10 11StreamTools displays a customizable image that shows when your microphone is active with an emerald green border, 12similar to an app like Discord's mic indicator. 13 14I made this to show user's I'm talking even with my camera. 15 16### Quick Start 17 18![Using the cover of a fun F# book](./assets/screenshot.png) 19 20```bash 21cargo run 22``` 23 24Drag an image onto the window, speak into your mic, and watch the green border appear!