diff README @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Jan 05 02:15:46 2026 -0500
@@ -0,0 +1,13 @@
+This is a plugin for foobar2000 that uses SDL for output instead of
+DirectSound/WASAPI/etc.
+
+The primary motivation here is not to have SDL as a backend on Windows,
+but on Linux/wine. It effectively means we bypass the directsound
+emulation. Of course we're still going through a compatibility layer,
+so the real-world benefits may not be as good as it seems. Oh well.
+DirectSound sucks anyway.
+
+You can use this today as a wrapper on wine by compiling the tiny
+wrapper .c file.
+
+ -- paper <paper@tflc.us>