|
@@ -71,6 +71,12 @@ bool RecordingDevice::startRecording(int samples, int sampleRate, int bitDepth,
|
|
throw InvalidFormatException(channels, bitDepth);
|
|
throw InvalidFormatException(channels, bitDepth);
|
|
device = alcCaptureOpenDevice(name.c_str(), sampleRate, format, samples);
|
|
device = alcCaptureOpenDevice(name.c_str(), sampleRate, format, samples);
|