Some refactoring to the PulseAudio backend.

The PulseAudio mainloop and context objects have been moved out of the
device and into the context.
This commit is contained in:
David Reid
2020-10-31 16:43:25 +10:00
parent ae88112e4f
commit 3018ba3ee5
2 changed files with 124 additions and 308 deletions
+5
View File
@@ -579,5 +579,10 @@ done:
ma_encoder_uninit(&g_State.encoder);
}
printf("Press Enter to quit...");
getchar();
getchar();
return 0;
}