getAudioBackend

getAudioBackend#

csoundengine.csoundlib.getAudioBackend(name='')[source]#

Given the name of the backend, return the AudioBackend structure

Parameters:

name – the name of the backend

Name

Description

Linux

Windows

MacOS

pa_cb

portaudio-callback

pa_bl

portaudio-blocking

portaudio

alias to pa_cb

jack

jack

?

pulse

pulseaudio

pulseaudio

alias to pulse

auhal

coreaudio

coreaudio

alias to auhal

Return type:

AudioBackend | None