shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/os/js/audio.h

View raw version
enum
{
	Bufsize		= 16*1024,	/* 92 ms each */
	Nbuf		= 16,		/* 1.5 seconds total */
	Rdma		= 666,		/* XXX - Tad: fixme */
	Wdma		= 666,		/* XXX - Tad: fixme */
};

#define UNCACHED(type, v)	(type*)((ulong)(v))