[client] audio/pa: added initial pulseaudio implementation

This commit is contained in:
Geoffrey McRae
2021-12-26 18:21:21 +11:00
parent a8ddf72318
commit 90dd1f3913
6 changed files with 386 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ endfunction()
if(ENABLE_PIPEWIRE)
add_audiodev(PipeWire)
endif()
if(ENABLE_PULSEAUDIO)
add_audiodev(PulseAudio)
endif()
list(REMOVE_AT AUDIODEVS 0)
list(REMOVE_AT AUDIODEVS_LINK 0)