Audio engine now blocking when buffers are full.

This commit is contained in:
Ben Vanik
2014-01-13 00:20:53 -08:00
parent 20ad328e4a
commit f6ca6cced8
4 changed files with 54 additions and 7 deletions

View File

@@ -82,7 +82,6 @@ protected:
uint32_t callback_arg;
uint32_t wrapped_callback_arg;
} client_;
bool can_submit_;
};