Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whatisaphone/souse

A Windows app that lets you click the mouse using your mouth and a microphone
https://github.com/whatisaphone/souse

Last synced: about 2 months ago
JSON representation

A Windows app that lets you click the mouse using your mouth and a microphone

Awesome Lists containing this project

README

        

# Souse

Souse is a Windows app that lets you perform input actions by making audible gestures (clicks, whistles, etc.) into a mic or a headset.

At the moment, input sounds and output actions are hardcoded, however they can be adjusted in the code easily if you find code easy. Gesture discrimination happens in `AudioAnalyzer.cs`, and translation of gestures to actions happens in `App.cs`.