Fix buffer level calcs (now locks over & under)

This commit is contained in:
Ed Clarke
2018-11-14 10:04:39 +00:00
parent 8dd33cf33b
commit ca7ee58883
3 changed files with 44 additions and 70 deletions

View File

@@ -70,7 +70,7 @@ void AudioHub(server i2s_frame_callback_if i2s,
}
pll_nudge(clock_nudge);
//tmr :> t1; debug_printf("%d\n", t1 - t0);
//tmr :> t1; if (t1-t0 > 500) debug_printf("*%d\n", t1 - t0);
//delay_microseconds(10); //Test backpressure tolerance
break;
}