From c414a61df3c224f0a96622d00b5c039362dd2d10 Mon Sep 17 00:00:00 2001 From: kkosik Date: Tue, 29 Jul 2025 15:18:38 -0400 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2d2ca82..8fd4029 100644 --- a/main.go +++ b/main.go @@ -56,7 +56,7 @@ func synthesize(w http.ResponseWriter, r *http.Request) { } timestamp := time.Now().Nanosecond() - filename := fmt.Sprintf("/opt/say/wavs/%d.wav", timestamp) + filename := fmt.Sprintf("wavs/%d.wav", timestamp) args := []string{ "say.exe",