Merge pull request #1771 from shershen08/patch-1

Update README for examples/mic_vad_streaming
This commit is contained in:
lissyx 2018-12-08 16:53:29 -05:00 committed by GitHub
commit 20400e168f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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
```