X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5a65808b735f2126bc0a5d1a7075692228294c1b..5db8461a362f14017d276216a78c848929eb81f7:/lib/uaudio.h diff --git a/lib/uaudio.h b/lib/uaudio.h index 6592d53..709979e 100644 --- a/lib/uaudio.h +++ b/lib/uaudio.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2009 Richard Kettlewell + * Copyright (C) 2009, 2013 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ extern int uaudio_bits; extern int uaudio_channels; extern int uaudio_signed; extern size_t uaudio_sample_size; +extern int uaudio_buffer; /** @brief Callback to get audio data * @param buffer Where to put audio data