Fixed audio freeze on linux

This commit is contained in:
Ryzerth 2020-12-25 19:58:52 +01:00
parent bb7965b3c4
commit db279d2b36

View File

@ -179,6 +179,7 @@ private:
}
void doStop() {
s2m.stop();
monoRB.stop();
stereoRB.stop();
monoRB.data.stopReader();