mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
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:
@@ -579,5 +579,10 @@ done:
|
||||
ma_encoder_uninit(&g_State.encoder);
|
||||
}
|
||||
|
||||
|
||||
printf("Press Enter to quit...");
|
||||
getchar();
|
||||
getchar();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user