Merge pull request #1771 from shershen08/patch-1
Update README for examples/mic_vad_streaming
This commit is contained in:
commit
20400e168f
|
@ -14,6 +14,12 @@ Uses portaudio for microphone access, so on Linux, you may need to install its h
|
||||||
sudo apt install portaudio19-dev
|
sudo apt install portaudio19-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Installation on MacOS may fail due to portaudio, use brew to install it:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install portaudio
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue