|
VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Basic struct describing a audio device. More...
#include <vae.hpp>
Public Attributes | |
| int | id |
| Negative values for invalid device. More... | |
| unsigned int | sampleRate = 0 |
| TODO not used? More... | |
| char | name [255] |
| Device name reported from backend. More... | |
| char | api [4] |
| API abbreviation. More... | |
| unsigned int | bufferSize = 0 |
| desired bufferSize More... | |
| unsigned char | channelsIn = 0 |
| unsigned char | channelsOut = 0 |
| unsigned int vae::DeviceInfo::bufferSize = 0 |
| char vae::DeviceInfo::name[255] |