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

View file

@ -73,6 +73,7 @@ enum DivStatusView {
enum DivAudioEngines {
DIV_AUDIO_JACK=0,
DIV_AUDIO_SDL=1,
DIV_AUDIO_PORTAUDIO=2,
DIV_AUDIO_NULL=126,
DIV_AUDIO_DUMMY=127