From a112e05f97f82f76e17d947a1f2552edc1c3f7c2 Mon Sep 17 00:00:00 2001 From: maxxam1221 Date: Mon, 21 Apr 2025 22:27:53 -0400 Subject: [PATCH] Update README.md for tts example to use afplay on MacOS --- examples/tts/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/tts/README.md b/examples/tts/README.md index 4509763c65019..b7494f9fdf3d0 100644 --- a/examples/tts/README.md +++ b/examples/tts/README.md @@ -77,6 +77,10 @@ play the audio: ```console $ aplay output.wav ``` +On macOS, use: +```console +$ afplay output.wav +``` ### Running the example with llama-server Running this example with `llama-server` is also possible and requires two