

1)	powershell -c (New-Object Media.SoundPlayer %1).PlaySync();
	works! but BAD latency!

2)	"playsound" IS a usable system function:

BOOL WINAPI PlaySound( 
	LPCSTR pszSound, //ptr to null-terminated string (filename)
	HMODULE hmod,    // NULL
	DWORD fdwSound   // file | async
); // true => Ok

	that can be used programmatically...



===================================================

create transient sound player for
OSX/Windows by initiating "afplay"/playsound
in place of "aplay". Usable for
.) asok, coterm, kcube, rcube, relic, sban, swap.
.) a C++ version would work for rslid.


