Commit 3018ba3e authored by David Reid's avatar David Reid

Some refactoring to the PulseAudio backend.

The PulseAudio mainloop and context objects have been moved out of the
device and into the context.
parent ae88112e
This diff is collapsed.
...@@ -579,5 +579,10 @@ done: ...@@ -579,5 +579,10 @@ done:
ma_encoder_uninit(&g_State.encoder); ma_encoder_uninit(&g_State.encoder);
} }
printf("Press Enter to quit...");
getchar();
getchar();
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment