maybe macOS fixes and other

This commit is contained in:
AlexandreRouma
2022-06-20 19:55:13 +02:00
parent 53afaeda9e
commit 834890b69a
5 changed files with 20 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace dsp::sink {
int count = base_type::_in->read();
if (count < 0) { return -1; }
if (data.write(_in->readBuf, count) < 0) { return -1; }
base_type::_in->flush();
return count;