14 lines
250 B
Markdown
14 lines
250 B
Markdown
|
|
# Introduction
|
||
|
|
|
||
|
|
[portaudio.pas](./portaudio.pas)
|
||
|
|
requires that the portaudio library is installed on your system.
|
||
|
|
|
||
|
|
|
||
|
|
On macOS, you can use
|
||
|
|
|
||
|
|
```bash
|
||
|
|
brew install portaudio
|
||
|
|
```
|
||
|
|
|
||
|
|
and it will install `portaudio` into `/usr/local/Cellar/portaudio/19.7.0`.
|