add PortAudio backend - PLEASE READ
PLEASE DO: ``` git submodule update --init --recursive ``` AFTER PULLING THIS COMMIT.
This commit is contained in:
parent
7d605c9d76
commit
68787a4d8b
9 changed files with 340 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue