Reduced delays between characters and groups

master
Aaron Johnon 1 year ago
parent c9b24936f8
commit 9bf1974431

@ -20,8 +20,8 @@ import (
var soundFS embed.FS var soundFS embed.FS
const ( const (
pauseBetweenCharacters = 500 * time.Millisecond pauseBetweenCharacters = 400 * time.Millisecond
longPause = 1600 * time.Millisecond longPause = 1400 * time.Millisecond
) )
func main() { func main() {

Loading…
Cancel
Save