diff options
| author | Ray <[email protected]> | 2020-02-14 23:10:02 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-14 23:10:02 +0100 |
| commit | 23b75281adfc23f820d22a3fe597f69579ef63a8 (patch) | |
| tree | 80995a742baac58abce27d27e8502a601bec2d96 /src | |
| parent | 91b2dc2aa95bf86e477e289ab1abaac2d6419fe5 (diff) | |
| download | raylib-23b75281adfc23f820d22a3fe597f69579ef63a8.tar.gz raylib-23b75281adfc23f820d22a3fe597f69579ef63a8.zip | |
Add function prototype
Diffstat (limited to 'src')
| -rw-r--r-- | src/raudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raudio.h b/src/raudio.h index a8129b87..154ae8e5 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -189,6 +189,7 @@ bool IsAudioStreamPlaying(AudioStream stream); // Check if audi void StopAudioStream(AudioStream stream); // Stop audio stream void SetAudioStreamVolume(AudioStream stream, float volume); // Set volume for audio stream (1.0 is max level) void SetAudioStreamPitch(AudioStream stream, float pitch); // Set pitch for audio stream (1.0 is base level) +void SetAudioStreamBufferSizeDefault(int size); // Default size for new audio streams #ifdef __cplusplus } |
