|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include "AudioBackend.hpp"
Include dependency graph for RtAudioBackend.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MayaFlux::Core::RtAudioBackend |
| RtAudio implementation of the audio backend interface. More... | |
| class | MayaFlux::Core::RtAudioDevice |
| RtAudio implementation of the audio device interface. More... | |
| class | MayaFlux::Core::RtAudioStream |
| RtAudio implementation of the audio stream interface. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Core |
Functions | |
| static DeviceInfo | MayaFlux::Core::convert_device_info (const RtAudio::DeviceInfo &rtInfo, unsigned int id, unsigned int defaultOutputDevice, unsigned int defaultInputDevice) |
| Converts RtAudio-specific device information to the engine's device model. | |