summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.h
diff options
context:
space:
mode:
authorRay <[email protected]>2020-11-19 20:11:11 +0100
committerRay <[email protected]>2020-11-19 20:11:11 +0100
commit7f6cd93d62284c2b206208c7c756e1ff066c162b (patch)
tree5ec3271f5545c6df15607bc95c81c81fb17ed850 /src/raudio.h
parent72e51cd6decddc1a839c3a356956964d7dc45ca1 (diff)
downloadraylib-7f6cd93d62284c2b206208c7c756e1ff066c162b.tar.gz
raylib-7f6cd93d62284c2b206208c7c756e1ff066c162b.zip
WARNING: Multiple funcs reviewed!
There were some problems about frameCount vs sampleCount that could cause some breaks. raylib audio structs stores sampleCount = frameCount*channels. Most libraries return framesCount instead of sampleCount. stb_vorbis seems to refer to framesCount as samples. All required functions have been reviewed.
Diffstat (limited to 'src/raudio.h')
-rw-r--r--src/raudio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h
index 8056a37e..86e92d9c 100644
--- a/src/raudio.h
+++ b/src/raudio.h
@@ -1,6 +1,6 @@
/**********************************************************************************************
*
-* raudio - A simple and easy-to-use audio library based on miniaudio
+* raudio v1.0 - A simple and easy-to-use audio library based on miniaudio
*
* FEATURES:
* - Manage audio device (init/close)