add PortAudio backend - PLEASE READ

PLEASE DO:

```
git submodule update --init --recursive
```

AFTER PULLING THIS COMMIT.
This commit is contained in:
tildearrow 2023-08-30 17:32:51 -05:00
parent 7d605c9d76
commit 68787a4d8b
9 changed files with 340 additions and 4 deletions

3
.gitmodules vendored
View file

@ -12,3 +12,6 @@
[submodule "extern/adpcm"]
path = extern/adpcm
url = https://github.com/superctr/adpcm
[submodule "extern/portaudio"]
path = extern/portaudio
url = https://github.com/PortAudio/portaudio.git