summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-03 19:05:53 +0200
committerRay <[email protected]>2021-05-03 19:05:53 +0200
commite5708a8f3656a7c5e387ac6803b04723b3b1add7 (patch)
treee5363d607ec31bf6a481e2d9d22acffe98d5992c /src
parent2015828fc68b1af6adf3846580fa912a7726dcf8 (diff)
downloadraylib-e5708a8f3656a7c5e387ac6803b04723b3b1add7.tar.gz
raylib-e5708a8f3656a7c5e387ac6803b04723b3b1add7.zip
Comment tweak
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 41952018..1e4ad7d0 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)