summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.h
diff options
context:
space:
mode:
authorRay <[email protected]>2019-09-03 23:08:02 +0200
committerRay <[email protected]>2019-09-03 23:08:02 +0200
commitfc95ceadf0143ad6c0f720d26bb28a45889f86d1 (patch)
tree1c1562dd2df6b3334e7893fd9d9c54fac9f3c69a /src/raudio.h
parentdde1e0671ffd71582e3ec2b1e09bcd422d829591 (diff)
downloadraylib-fc95ceadf0143ad6c0f720d26bb28a45889f86d1.tar.gz
raylib-fc95ceadf0143ad6c0f720d26bb28a45889f86d1.zip
Remove sampleLeft from Music struct... -WIP-
...moved to internal AudioBuffer structure as totalFramesProcessed, now time measure works again... but there is some problem with looping... Also note some inconsistencies between frames and samples, it seems those concepts are not considered correctly in the code.
Diffstat (limited to 'src/raudio.h')
-rw-r--r--src/raudio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raudio.h b/src/raudio.h
index 302993a9..e508d380 100644
--- a/src/raudio.h
+++ b/src/raudio.h
@@ -1,6 +1,6 @@
/**********************************************************************************************
*
-* raudio - A simple and easy-to-use audio library based on mini_al
+* raudio - A simple and easy-to-use audio library based on miniaudio
*
* FEATURES:
* - Manage audio device (init/close)
@@ -20,7 +20,7 @@
*
* CONTRIBUTORS:
* David Reid (github: @mackron) (Nov. 2017):
-* - Complete port to mini_al library
+* - Complete port to miniaudio library
*
* Joshua Reisenauer (github: @kd7tck) (2015)
* - XM audio module support (jar_xm)