VISR  0.11.8
Versatile Interactive Scene Renderer
visr::python::audiointerfaces Namespace Reference

Functions

void exportAudioInterface (pybind11::module &m)
 
void exportAudioInterfaceFactory (pybind11::module &m)
 
void exportPortaudioInterface (pybind11::module &m)
 
void exportJackInterface (pybind11::module &m)
 

Function Documentation

◆ exportAudioInterface()

void visr::python::audiointerfaces::exportAudioInterface ( pybind11::module &  m)

Python binding of the abstract interface AudioInterface. Note that we do not provide the full interface, but allow only callbacks to AudioSignalFlow object.

◆ exportAudioInterfaceFactory()

void visr::python::audiointerfaces::exportAudioInterfaceFactory ( pybind11::module &  m)

◆ exportJackInterface()

void visr::python::audiointerfaces::exportJackInterface ( pybind11::module &  m)

◆ exportPortaudioInterface()

void visr::python::audiointerfaces::exportPortaudioInterface ( pybind11::module &  m)