Remove unnecessary stop of the input audio stream after error notifications

This commit is contained in:
Bill Somerville
2020-09-26 21:07:35 +01:00
parent f12f481955
commit e8808ebc54
-4
View File
@@ -37,10 +37,6 @@ bool SoundInput::checkStream ()
result = true;
break;
}
if (!result)
{
stop ();
}
}
return result;
}