From f9a70a1b2959317bab2fa0804c59d44376264cd0 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetcov Date: Sat, 8 Dec 2018 19:46:03 +0100 Subject: [PATCH] Update README.md add note for MacOS users how to install portaudio --- examples/mic_vad_streaming/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/mic_vad_streaming/README.md b/examples/mic_vad_streaming/README.md index 54c5c49b..211a9b61 100644 --- a/examples/mic_vad_streaming/README.md +++ b/examples/mic_vad_streaming/README.md @@ -14,6 +14,12 @@ Uses portaudio for microphone access, so on Linux, you may need to install its h sudo apt install portaudio19-dev ``` +Installation on MacOS may fail due to portaudio, use brew to install it: + +```bash +brew install portaudio +``` + ## Usage ```