mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Complete review and update
Simplified module for Music and AudioStream Added support for raw audio streaming (with example)
This commit is contained in:
@ -57,7 +57,7 @@ int main()
|
||||
// Create a RenderTexture2D to be used for render to texture
|
||||
RenderTexture2D target = LoadRenderTexture(screenWidth, screenHeight);
|
||||
|
||||
Music xm = LoadMusicStream("resources/audio/2t2m_spa.xm");
|
||||
Music xm = LoadMusicStream("resources/audio/mini1111.xm");
|
||||
|
||||
PlayMusicStream(xm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user