Skip to content

Commit 683ca76

Browse files
committed
rm play audio to test on arm processor
1 parent 6421a09 commit 683ca76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/adventure.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ func adventureImage(prompt string) {
144144

145145
func narratorSay(text string) {
146146
if narrate {
147-
audioData := tts(text)
147+
// audioData := tts(text)
148148
spinner.Stop()
149149
fmt.Println("🗣️ Narrator: ", text)
150-
playAudio(audioData)
150+
// playAudio(audioData)
151151
}
152152
spinner.Stop()
153153
}

0 commit comments

Comments
 (0)