Search
lxdream.org :: lxdream/src/aica/audio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/audio.h
changeset 759:f16975739abc
prev755:ab873907b00e
next1024:c67f2d61ab97
author nkeynes
date Mon Jul 28 04:47:28 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix some consistency issues between the cocoa + gtk menus
file annotate diff log raw
1.1 --- a/src/aica/audio.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/aica/audio.h Mon Jul 28 04:47:28 2008 +0000
1.3 @@ -102,6 +102,11 @@
1.4 gboolean audio_set_driver( audio_driver_t driver );
1.5
1.6 /**
1.7 + * Initialize the audio driver, using the specified driver if available.
1.8 + */
1.9 +audio_driver_t audio_init_driver( const char *preferred_driver );
1.10 +
1.11 +/**
1.12 * Mark the current write buffer as full and prepare the next buffer for
1.13 * writing. Returns the next buffer to write to.
1.14 * If all buffers are full, returns NULL.
.