95 elems{static_cast<
SAMPLE*>(calloc(maxsize.getBufferElements(), sizeof(
SAMPLE)))}
97 static_assert (std::is_same<unsigned char, SAMPLE>::value ||
98 std::is_same<unsigned short int, SAMPLE>::value ||
99 std::is_same<unsigned int, SAMPLE>::value,
100 "CircularAudioBuffer can be specialized only as <unsigned char>, <unsigned short int>, <unsigned int>");