mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 19:06:27 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user