|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Creates an audio stream for a specific device.
| output_device_id | System identifier for the target audio output device |
| input_device_id | System identifier for the target audio input device |
| stream_info | Configuration parameters for the audio stream |
| user_data | Optional context pointer passed to callbacks |
Establishes a digital audio pipeline between the application and the specified hardware endpoint with the requested configuration.
Implemented in MayaFlux::Core::RtAudioBackend.