AudioRingBuffer.openDevice

bool openDevice() nothrow

Open the audio device associated with the ring buffer. Does not perform any setup on the device. You must open the device before acquiring the ring buffer.

Returns

TRUE if the device could be opened, FALSE on error.

MT safe.