Skip to content

Commit

Permalink
rm play audio to test on arm processor
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Dec 21, 2024
1 parent 6421a09 commit 683ca76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/adventure.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ func adventureImage(prompt string) {

func narratorSay(text string) {
if narrate {
audioData := tts(text)
// audioData := tts(text)
spinner.Stop()
fmt.Println("🗣️ Narrator: ", text)
playAudio(audioData)
// playAudio(audioData)
}
spinner.Stop()
}
Expand Down

0 comments on commit 683ca76

Please sign in to comment.