New engine event interface

This commit is contained in:
Jack Andersen
2017-02-14 20:01:39 -10:00
parent aff8880595
commit 5c8fa2e8ab
7 changed files with 45 additions and 43 deletions

View File

@@ -470,7 +470,7 @@ int main(int argc, const boo::SystemChar** argv)
signal(SIGINT, SIGINTHandler);
do
{
engine.pumpEngine();
voxEngine->pumpAndMixVoices();
wroteFrames += voxEngine->get5MsFrames();
printf("\rFrame %" PRISize, wroteFrames);
fflush(stdout);