do {
if( (x % userFramesPerBuffer) == 0 )
{
- /* any power-of-two multiple of userFramesPerBuffer is acceptable */
+ /* any multiple of userFramesPerBuffer is acceptable */
result = x;
if( result >= targetBufferingLatencyFrames )
break; /* stop. a value >= to targetBufferingLatencyFrames is ideal. */
do {
if( (x % userFramesPerBuffer) == 0 )
{
- /* any power-of-two multiple of userFramesPerBuffer is acceptable */
+ /* any multiple of userFramesPerBuffer is acceptable */
result = x;
if( result >= targetBufferingLatencyFrames )
break; /* stop. a value >= to targetBufferingLatencyFrames is ideal. */