mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-22 18:16:24 +00:00
Update raudio.c
This commit is contained in:
@@ -263,10 +263,6 @@ typedef struct tagBITMAPINFOHEADER {
|
|||||||
#ifndef MAX_AUDIO_BUFFER_POOL_CHANNELS
|
#ifndef MAX_AUDIO_BUFFER_POOL_CHANNELS
|
||||||
#define MAX_AUDIO_BUFFER_POOL_CHANNELS 16 // Audio pool channels
|
#define MAX_AUDIO_BUFFER_POOL_CHANNELS 16 // Audio pool channels
|
||||||
#endif
|
#endif
|
||||||
#ifndef DEFAULT_AUDIO_BUFFER_SIZE
|
|
||||||
#define DEFAULT_AUDIO_BUFFER_SIZE 4096 // Default audio buffer size
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Types and Structures Definition
|
// Types and Structures Definition
|
||||||
|
|||||||
Reference in New Issue
Block a user