view osdep/shmem.h @ 25194:e816d546c4fe

ao_null: Make duration of "buffered" audio constant Choose the "buffer size" for the amount of audio the driver accepts so that it corresponds to about 0.2 seconds of playback based on the number of channels, sample size and samplerate.
author uau
date Sat, 01 Dec 2007 01:39:39 +0000 (2007-12-01)
parents 3c856c0fc45e
children 6ac1ece1f9fe
line wrap: on
line source

void* shmem_alloc(int size);
void shmem_free(void* p,int size);