Home
last modified time | relevance | path

Searched refs:AO_Device (Results 1 – 3 of 3) sorted by relevance

/dports/audio/umodplayer/umodplayer_B5.1/
H A Dcoresound.c141 AO_Device = ao_open_live(drv, &fmt, 0); in CoreSound_InitAudio()
142 if (!AO_Device) { in CoreSound_InitAudio()
166 ao_play(AO_Device, aubuffer, BUFFER_SIZE); in CoreSound_InjectPCM()
302 ao_close(AO_Device); in CoreSound_CloseAudio()
H A Dmain.c36 EXPORT ao_device *AO_Device = NULL; /* device for LibAo */ variable
/dports/audio/umodplayer/umodplayer_B5.1/include/
H A Dumodplayer.h146 extern ao_device *AO_Device;