Class 1 FS - noise + occasional overflow

This commit is contained in:
Ed Clarke
2018-10-29 13:09:10 +00:00
parent fc68acae6e
commit 12327505e5
4 changed files with 5 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ void AudioHub(server i2s_frame_callback_if i2s,
restart = I2S_NO_RESTART; // Keep on looping
for (int i = 0; i < NUM_USB_CHAN_IN; i++) c_audio_hub <: samples_in[i];
for (int i = 0; i < NUM_USB_CHAN_OUT; i++) c_audio_hub :> samples_out[i];
delay_microseconds(5); //Test backpressure tolerance
//delay_microseconds(5); //Test backpressure tolerance
break;
}
}