starting merge

This commit is contained in:
2025-03-22 03:43:35 +01:00
parent 35d1c0ff7f
commit 3e6aa18fbe
12 changed files with 245 additions and 84 deletions

View File

@@ -28,6 +28,6 @@ int main(int ac, char** av)
PulseSetDebugCallback(backend, DebugCallBack);
PulseUnloadBackend(backend);
puts("Successfully executed Pulse example using OpenGL !");
printf("Successfully executed Pulse example using %s !\n", backend_type == PULSE_BACKEND_OPENGL ? "OpenGL" : "OpenGL ES");
return 0;
}