JS8Call-Improved master
Loading...
Searching...
No Matches
AudioDevice.cpp File Reference

Initializes the audio device with the specified mode and channel configuration. More...

#include "AudioDevice.h"
Include dependency graph for AudioDevice.cpp:

Detailed Description

Initializes the audio device with the specified mode and channel configuration.

Parameters
modeThe open mode for the device (e.g., read, write).
channelThe channel configuration (Mono, Left, Right, Both).
Returns
True if initialization is successful, false otherwise.