Merge pull request #154 from rossy2401/wasapi-pause

WASAPI stops working after pause
This commit is contained in:
Diogo Franco 2013-08-05 18:22:46 -07:00
commit 57ec67a6cc
1 changed files with 2 additions and 1 deletions

View File

@ -1150,6 +1150,7 @@ static DWORD __stdcall ThreadLoop(void *lpParameter)
thread_play(state);
break;
case (WAIT_OBJECT_0 + 6): /* feed */
if (state->is_playing)
feedwatch = 1;
thread_feed(state, 0);
break;