From e5708a8f3656a7c5e387ac6803b04723b3b1add7 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 3 May 2021 19:05:53 +0200 Subject: [PATCH] Comment tweak --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 41952018d..1e4ad7d09 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -416,7 +416,7 @@ typedef struct BoundingBox { // Wave type, defines audio wave data typedef struct Wave { - unsigned int sampleCount; // Total number of samples + unsigned int sampleCount; // Total number of samples (considering channels!) 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)