Add launcher script for microphone visualizer with gamepad support

This commit is contained in:
2026-05-09 17:57:57 +02:00
parent 7868d83ced
commit dd82ccc087
3 changed files with 197 additions and 20 deletions
+1
View File
@@ -24,6 +24,7 @@ A small SDL2 microphone visualizer is available in `tools/mic_visualizer.py`.
- List capture devices: `python tools/mic_visualizer.py --list-devices`
- Open the default microphone: `python tools/mic_visualizer.py`
- Open a specific input: `python tools/mic_visualizer.py --device-index 1`
- On muOS, use `mice_mic.sh` as a launcher in `ROMS/Ports` and it will run fullscreen with gamepad quit support.
## Engine Architecture