Skip to content

Instantly share code, notes, and snippets.

@dillonhafer
Created April 22, 2022 20:26
Show Gist options
  • Save dillonhafer/f8df67d0a903e4c3b4d4381f0ce504cf to your computer and use it in GitHub Desktop.
Save dillonhafer/f8df67d0a903e4c3b4d4381f0ce504cf to your computer and use it in GitHub Desktop.
sox -q -d -t .wav f.wav silence 1 0.1 4% 1 0.01 5%
./right-click
sleep 1
./right-click
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