Created
April 22, 2022 20:26
-
-
Save dillonhafer/f8df67d0a903e4c3b4d4381f0ce504cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sox -q -d -t .wav f.wav silence 1 0.1 4% 1 0.01 5% | |
./right-click | |
sleep 1 | |
./right-click |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"github.com/go-vgo/robotgo" | |
) | |
func main() { | |
robotgo.MouseClick(*button, true) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment