diff --git a/include/raylib.h b/include/raylib.h index 9b1645c4..510ef8a5 100644 --- a/include/raylib.h +++ b/include/raylib.h @@ -502,6 +502,7 @@ typedef struct AudioStream { unsigned int sampleRate; // Frequency (samples per second) unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported) + unsigned int channels; // Number of channels (1-mono, 2-stereo, ...) } AudioStream;