Corrected block release for 1 channel operation

pull/6/merge
boblark 3 years ago
parent b36d1c64e5
commit 12af41ea12
  1. 2
      radioNoiseBlanker_F32.cpp

@ -22,7 +22,7 @@ void radioNoiseBlanker_F32::update(void) {
// Get input block // <<Writable??
blockIn0 = AudioStream_F32::receiveWritable_f32(0);
if (!blockIn0) {
if(errorPrint) Serial.println("NB-ERR: No input memory");
// if(errorPrint) Serial.println("NB-ERR: No input memory");
return;
}

Loading…
Cancel
Save