mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
Remove unnecessary stop of the input audio stream after error notifications
This commit is contained in:
parent
f12f481955
commit
e8808ebc54
@ -37,10 +37,6 @@ bool SoundInput::checkStream ()
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
if (!result)
|
||||
{
|
||||
stop ();
|
||||
}
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user